Skip to content

Commit

Permalink
Bump version to 20.0.0-rc1 (#1055)
Browse files Browse the repository at this point in the history
* Bump version to 20.0.0-rc1

* Update deps

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <[email protected]>
  • Loading branch information
3 people authored Sep 12, 2023
1 parent 17203b9 commit f19ef13
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@ members = [
exclude = ["soroban-test-wasms/wasm-workspace"]

[workspace.package]
version = "0.0.17"
version = "20.0.0-rc1"

[workspace.dependencies]
soroban-env-common = { version = "0.0.17", path = "soroban-env-common", default-features = false }
soroban-env-guest = { version = "0.0.17", path = "soroban-env-guest" }
soroban-env-host = { version = "0.0.17", path = "soroban-env-host" }
soroban-env-macros = { version = "0.0.17", path = "soroban-env-macros" }
soroban-native-sdk-macros = { version = "0.0.17", path = "soroban-native-sdk-macros" }
soroban-env-common = { version = "20.0.0-rc1", path = "soroban-env-common", default-features = false }
soroban-env-guest = { version = "20.0.0-rc1", path = "soroban-env-guest" }
soroban-env-host = { version = "20.0.0-rc1", path = "soroban-env-host" }
soroban-env-macros = { version = "20.0.0-rc1", path = "soroban-env-macros" }
soroban-native-sdk-macros = { version = "20.0.0-rc1", path = "soroban-native-sdk-macros" }

[workspace.dependencies.stellar-xdr]
version = "0.0.17"
version = "20.0.0-rc1"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "84d4d01f739b4f2c3f445f41bc7464a5621ba58c"
rev = "d5ce0c9e7aa83461773a6e81662067f35d39e4c1"
default-features = false

[workspace.dependencies.wasmi]
package = "soroban-wasmi"
version = "0.31.0-soroban"
version = "0.31.0-soroban1"
git = "https://github.com/stellar/wasmi"
rev = "fe21912143c1ec43b8fada4221253fc96520655c"
rev = "7e63b4c9e08c4163f417d118d81f7ea34789d0be"

[workspace.dependencies.stellar-strkey]
version = "0.0.7"
Expand Down

0 comments on commit f19ef13

Please sign in to comment.