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.
2 parents a9b5086 + 817f307 commit 20a238aCopy full SHA for 20a238a
aerospike-macro/Cargo.toml
@@ -9,10 +9,10 @@ proc-macro = true
9
10
[dependencies]
11
proc-macro2 = "1.0.28"
12
-syn = {version = "1.0.30", default-features = false, features = ["full"]}
+syn = {version = "2.0.98", default-features = false, features = ["full"]}
13
quote = {version = "1.0.6"}
14
aerospike-rt = {path = "../aerospike-rt"}
15
16
[features]
17
rt-tokio = ["aerospike-rt/rt-tokio"]
18
-rt-async-std = ["aerospike-rt/rt-async-std"]
+rt-async-std = ["aerospike-rt/rt-async-std"]
0 commit comments