Skip to content

Commit

Permalink
fix: update soroban deps to prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Oct 10, 2024
1 parent a4f0c5b commit c2476b5
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,19 @@ version = "=21.2.0"

[workspace.dependencies.soroban-env-host-curr]
package = "soroban-env-host"
version = "=22.0.0"
git = "https://github.com/stellar/rs-soroban-env"
rev = "0497816694bef2b103494c8c61b7c8a06a72c7d3"
version = "=22.0.0-rc.2"


[workspace.dependencies.soroban-simulation-prev]
package = "soroban-simulation"
version = "=21.2.0"

[workspace.dependencies.soroban-simulation-curr]
package = "soroban-simulation"
version = "=22.0.0"
git = "https://github.com/stellar/rs-soroban-env"
rev = "0497816694bef2b103494c8c61b7c8a06a72c7d3"
version = "=22.0.0-rc.2"

[workspace.dependencies.stellar-xdr]
version = "=22.0.0"
git = "https://github.com/stellar/rs-stellar-xdr.git"
rev = "b5516843b6379e4e29520bf2ba156484f62edc46"
version = "=22.0.0-rc.1.1"
features = [ "serde" ]

[workspace.dependencies]
Expand Down

0 comments on commit c2476b5

Please sign in to comment.