Skip to content

Commit

Permalink
Bump version to 20.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 12, 2023
1 parent 17203b9 commit 3004a1b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ 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"
Expand Down

0 comments on commit 3004a1b

Please sign in to comment.