Skip to content

Commit 681f903

Browse files
committed
Bump strum_ crates to 0.16
This removes the transitive dependency of syn <1.0 and associated crates entirely, bringing down dependency count and allowing to use syn ^1.0 exclusively in upstream crates such as the Rust compiler tree.
1 parent 63ac832 commit 681f903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ rust-stemmers = { version = "1", optional = true }
2626
serde = "1"
2727
serde_derive = "1.0.34" # First verstion to support #[serde(flatten)]
2828
serde_json = "1"
29-
strum = "0.15"
30-
strum_macros = "0.15"
29+
strum = "0.16"
30+
strum_macros = "0.16"
3131
jieba-rs = "0.4.10"
3232

3333
[features]

0 commit comments

Comments
 (0)