Skip to content

Commit 20a238a

Browse files
authored
Merge pull request #149 from smmckay/v2
fix aerospike-macro build
2 parents a9b5086 + 817f307 commit 20a238a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aerospike-macro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ proc-macro = true
99

1010
[dependencies]
1111
proc-macro2 = "1.0.28"
12-
syn = {version = "1.0.30", default-features = false, features = ["full"]}
12+
syn = {version = "2.0.98", default-features = false, features = ["full"]}
1313
quote = {version = "1.0.6"}
1414
aerospike-rt = {path = "../aerospike-rt"}
1515

1616
[features]
1717
rt-tokio = ["aerospike-rt/rt-tokio"]
18-
rt-async-std = ["aerospike-rt/rt-async-std"]
18+
rt-async-std = ["aerospike-rt/rt-async-std"]

0 commit comments

Comments
 (0)