Skip to content

Commit

Permalink
Fixed cargo packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Luijken committed Sep 10, 2024
1 parent cf3b69b commit 87d5965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stellar_rust_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tokio = { version = "1.15.0", features = ["full"] }
stellar-xdr = { version = "21.2.0", features = ["base64"] }
serde_json = "1.0.120"
serde = { version = "1.0.188", features = ["derive"] }
derive-getters = "0.4.0"
derive-getters = "0.5.0"
hex = "0.4.3"
base64 = "0.22.1"
chrono = "0.4.38"
Expand Down
2 changes: 1 addition & 1 deletion stellar_rust_sdk_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ autobenches = true
[dependencies]
quote = "1.0"
proc-macro2 = "1.0"
syn = "2.0"
syn = {version = "2.0", features = ["full"] }

[lib]
proc-macro = true

0 comments on commit 87d5965

Please sign in to comment.