Skip to content

Commit ce4af83

Browse files
committed
Remove unneeded syn feature
1 parent 7a6a762 commit ce4af83

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "displaydoc"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Jane Lusby <jlusby@yaah.dev>"]
55
edition = "2018"
66
license = "MIT"
@@ -19,6 +19,6 @@ proc-macro = true
1919
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2020

2121
[dependencies]
22-
syn = { version = "1.0", features = ["extra-traits"] }
22+
syn = "1.0"
2323
quote = "1.0"
2424
proc-macro2 = "1.0"

0 commit comments

Comments
 (0)