We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e43d7 commit 7bfec3aCopy full SHA for 7bfec3a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "instrument-level"
3
-version = "1.0.10"
+version = "1.0.11"
4
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
@@ -26,7 +26,7 @@ proc-macro = true
26
[dependencies]
27
quote = "1.0.44"
28
proc-macro2 = "1.0.106"
29
-syn = { version = "2.0.114", features = ["full"] }
+syn = { version = "2.0.115", features = ["full"] }
30
31
[dev-dependencies]
32
tracing = "0.1.44"
0 commit comments