We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e31f4 commit 79ec62cCopy full SHA for 79ec62c
embedded-profiling-proc-macros/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "embedded-profiling-proc-macros"
3
description = "Procedural macros for the `embedded-profiling` library"
4
-version = "0.2.1"
+version = "0.2.0"
5
edition = "2021"
6
repository = "https://github.com/TDHolmes/embedded-profiling"
7
keywords = ["performance", "profiling", "no-std"]
@@ -11,7 +11,7 @@ rust-version = "1.57"
11
12
[dependencies]
13
quote = { version = "1.0", default-features = false }
14
-syn = { version = "1.0", features = ["proc-macro"], default-features = false }
+syn = { version = "1.0", features = ["full"] }
15
16
[dev-dependencies]
17
embedded-profiling = { path = "../embedded-profiling", version = "^0.3", features = ["proc-macros"] }
0 commit comments