Skip to content

Commit

Permalink
feat: upgrade to 20.0.0-rc4
Browse files Browse the repository at this point in the history
Signed-off-by: Hemanth Krishna <[email protected]>
  • Loading branch information
DarthBenro008 committed Nov 28, 2023
1 parent ddebf43 commit 6f5d84b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ reqwest = { version = "0.11.14", features = ["json"] }
serde = { version = "1.0.82", features = ["derive"] }
serde_json = "1.0.82"
tokio = { version = "1.0", features = ["full"] }
soroban-env-host = { version = "20.0.0-rc1" }
soroban-env-host = { version = "20.0.0-rc2" }
rand = "0.7.0"
hex = "0.4.3"
sha2 = "0.10.6"
ed25519-dalek = "1.0.1"
soroban-spec = "20.0.0-rc1"
soroban-ledger-snapshot = "20.0.0-rc1"
soroban-spec = "20.0.0-rc2"
soroban-ledger-snapshot = "20.0.0-rc2"
stellar-strkey = "0.0.7"
soroban-sdk = "20.0.0-rc1"
soroban-sdk = "20.0.0-rc2"
thiserror = "1.0.31"
itertools = "0.10.5"
jsonrpsee-http-client = "0.18.1"
Expand All @@ -43,6 +43,6 @@ clap = { version = "4.1.8", features = [
] }
clap_complete = "4.1.4"
heck = "0.4.1"
soroban-spec-json = "20.0.0-rc1"
soroban-spec-rust = "20.0.0-rc1"
soroban-spec-tools = "20.0.0-rc1"
soroban-spec-json = "20.0.0-rc4"
soroban-spec-rust = "20.0.0-rc2"
soroban-spec-tools = "20.0.0-rc4"

0 comments on commit 6f5d84b

Please sign in to comment.