main
bokuweb 2021-10-14 11:56:27 +09:00 committed by GitHub
parent dc8a44a682
commit f436a50f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -162,7 +162,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]] [[package]]
name = "docx-rs" name = "docx-rs"
version = "0.2.13" version = "0.2.14"
dependencies = [ dependencies = [
"image", "image",
"insta", "insta",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "docx-rs" name = "docx-rs"
version = "0.2.13" version = "0.2.14"
authors = ["bokuweb <bokuweb12@gmail.com>"] authors = ["bokuweb <bokuweb12@gmail.com>"]
repository = "https://github.com/bokuweb/docx-rs" repository = "https://github.com/bokuweb/docx-rs"
edition = "2018" edition = "2018"