Skip to content

Commit 628ad73

Browse files
fix(deps): update rust crate serde to v1.0.215
1 parent 7400979 commit 628ad73

File tree

2 files changed

+36
-20
lines changed

2 files changed

+36
-20
lines changed

Cargo.lock

Lines changed: 33 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docx-core/Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "docx-rs"
3-
version = "0.4.18-rc19"
3+
version = "0.4.17"
44
authors = ["bokuweb <[email protected]>"]
55
repository = "https://github.com/bokuweb/docx-rs"
66
edition = "2018"
@@ -18,8 +18,7 @@ name = "docx_rs"
1818
path = "src/lib.rs"
1919

2020
[features]
21-
default = ["image"]
22-
wasm = ["wasm-bindgen", "ts-rs", "image"]
21+
wasm = ["wasm-bindgen", "ts-rs"]
2322

2423
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2524

@@ -30,7 +29,7 @@ zip = { version = "0.6.3", default-features = false, features = ["deflate"] }
3029
serde = { version = "1.0", features = ["derive"] }
3130
serde_json = {version = "1.0" }
3231
base64 = "0.13.1"
33-
image = { version = "0.24.4", default-features = false, features=["gif", "jpeg", "png", "bmp", "tiff"], optional = true }
32+
image = { version = "0.24.4", default-features = false, features=["gif", "jpeg", "png", "bmp", "tiff"] }
3433
wasm-bindgen = { version = "0.2.78", optional = true }
3534
ts-rs = { version = "6.1", optional = true }
3635

0 commit comments

Comments
 (0)