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.
1 parent c1ac20b commit b32e886Copy full SHA for b32e886
Cargo.toml
@@ -6,10 +6,11 @@ edition = "2021"
6
[dependencies]
7
syn = { version = "2.0.87", features = ["full"] }
8
proc-macro2 = { version = "1.0.89", features = ["span-locations"] }
9
-thiserror = "1.0.68"
+thiserror = "2.0.3"
10
macro_lib = { path = "macro_lib" }
11
12
[dev-dependencies]
13
-soroban-sdk = "21.7.6"
+soroban-sdk = "21.7.7"
14
15
-workspace = { members = [".", "./macro_lib"] }
+[workspace]
16
+members = [".", "./macro_lib"]
0 commit comments