Skip to content

Commit b32e886

Browse files
committed
Update dependencies for thiserror and soroban-sdk; adjust workspace configuration
1 parent c1ac20b commit b32e886

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ edition = "2021"
66
[dependencies]
77
syn = { version = "2.0.87", features = ["full"] }
88
proc-macro2 = { version = "1.0.89", features = ["span-locations"] }
9-
thiserror = "1.0.68"
9+
thiserror = "2.0.3"
1010
macro_lib = { path = "macro_lib" }
1111

1212
[dev-dependencies]
13-
soroban-sdk = "21.7.6"
13+
soroban-sdk = "21.7.7"
1414

15-
workspace = { members = [".", "./macro_lib"] }
15+
[workspace]
16+
members = [".", "./macro_lib"]

0 commit comments

Comments
 (0)