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