Skip to content

Commit 79ec62c

Browse files
committed
revert syn reduction because it really does need full syn
1 parent a4e31f4 commit 79ec62c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

embedded-profiling-proc-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "embedded-profiling-proc-macros"
33
description = "Procedural macros for the `embedded-profiling` library"
4-
version = "0.2.1"
4+
version = "0.2.0"
55
edition = "2021"
66
repository = "https://github.com/TDHolmes/embedded-profiling"
77
keywords = ["performance", "profiling", "no-std"]
@@ -11,7 +11,7 @@ rust-version = "1.57"
1111

1212
[dependencies]
1313
quote = { version = "1.0", default-features = false }
14-
syn = { version = "1.0", features = ["proc-macro"], default-features = false }
14+
syn = { version = "1.0", features = ["full"] }
1515

1616
[dev-dependencies]
1717
embedded-profiling = { path = "../embedded-profiling", version = "^0.3", features = ["proc-macros"] }

0 commit comments

Comments
 (0)