Skip to content

Commit

Permalink
Bump version to 0.0.17 (#898)
Browse files Browse the repository at this point in the history
* Bump version to 0.0.17

* 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 Jun 27, 2023
1 parent 7ed0c29 commit 400d806
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

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

[workspace.package]
version = "0.0.16"
version = "0.0.17"

[workspace.dependencies]
soroban-env-common = { version = "0.0.16", path = "soroban-env-common", default-features = false }
soroban-env-guest = { version = "0.0.16", path = "soroban-env-guest" }
soroban-env-host = { version = "0.0.16", path = "soroban-env-host" }
soroban-env-macros = { version = "0.0.16", path = "soroban-env-macros" }
soroban-native-sdk-macros = { version = "0.0.16", path = "soroban-native-sdk-macros" }
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" }

[workspace.dependencies.stellar-xdr]
version = "0.0.16"
version = "0.0.17"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "6750a11325a7c4eed1e79372d136106e5bfecaff"
rev = "0f16673441898162c9996da6117be2280ef8fd84"
default-features = false

[workspace.dependencies.wasmi]
Expand Down
2 changes: 1 addition & 1 deletion soroban-env-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
rust-version = "1.70"

[build_dependencies]
crate-git-revision = "0.0.4"
crate-git-revision = "0.0.6"

[dependencies]
soroban-env-macros = { workspace = true }
Expand Down

0 comments on commit 400d806

Please sign in to comment.