Skip to content

Commit 8b45d18

Browse files
committed
feat: v1.0.12
1 parent 7bfec3a commit 8b45d18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "instrument-level"
3-
version = "1.0.11"
3+
version = "1.0.12"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]
@@ -24,9 +24,9 @@ exclude = [
2424
proc-macro = true
2525

2626
[dependencies]
27-
quote = "1.0.44"
27+
quote = "1.0.45"
2828
proc-macro2 = "1.0.106"
29-
syn = { version = "2.0.115", features = ["full"] }
29+
syn = { version = "2.0.117", features = ["full"] }
3030

3131
[dev-dependencies]
3232
tracing = "0.1.44"

0 commit comments

Comments
 (0)