Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardTibben committed Nov 8, 2023
1 parent 2f866f7 commit 8409de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
reqwest = { version = "0.11.4", features = ["json"] }
url = "2.2.2"
tokio = { version = "1.15.0", features = ["full"] }
stellar-xdr = { version = "0.0.17", features = ["base64"] }
stellar-xdr = { version = "20.0.0-rc1", features = ["base64"] }
serde_json = "1.0.107"
serde = { version = "1.0.188", features = ["derive"] }
derive-getters = "0.3.0"
Expand Down

0 comments on commit 8409de6

Please sign in to comment.