Skip to content

Commit

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

* update xdr

---------

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 May 4, 2023
1 parent 0aaf89e commit 0c0cae6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 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.15"
version = "0.0.16"

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

[workspace.dependencies.stellar-xdr]
version = "0.0.15"
version = "0.0.16"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "6de4f094bbc6d866b51926895829160d91a1dbc5"
rev = "53e1a9cf2335aff29305c72deb6f075e78915dad"
default-features = false

[workspace.dependencies.wasmi]
Expand Down

0 comments on commit 0c0cae6

Please sign in to comment.