Skip to content

Commit

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

* 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 Mar 22, 2023
1 parent 75b2169 commit cf83838
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.14"
version = "0.0.15"

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

[workspace.dependencies.stellar-xdr]
version = "0.0.14"
version = "0.0.15"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "07aff1190dc3f97b889d31b2bfb77098e7db55ce"
rev = "4655b635c698bb3bbc628bdba456df627c42ee3a"
default-features = false

[workspace.dependencies.wasmi]
Expand Down

0 comments on commit cf83838

Please sign in to comment.