Skip to content

Commit

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

* Bump rs-stellar-xdr to v0.0.13

---------

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 Feb 7, 2023
1 parent 9fe84ac commit a82cd11
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.12"
version = "0.0.13"

[workspace.dependencies]
soroban-env-common = { version = "0.0.12", path = "soroban-env-common" }
soroban-env-guest = { version = "0.0.12", path = "soroban-env-guest" }
soroban-env-host = { version = "0.0.12", path = "soroban-env-host" }
soroban-env-macros = { version = "0.0.12", path = "soroban-env-macros" }
soroban-native-sdk-macros = { version = "0.0.12", path = "soroban-native-sdk-macros" }
soroban-env-common = { version = "0.0.13", path = "soroban-env-common" }
soroban-env-guest = { version = "0.0.13", path = "soroban-env-guest" }
soroban-env-host = { version = "0.0.13", path = "soroban-env-host" }
soroban-env-macros = { version = "0.0.13", path = "soroban-env-macros" }
soroban-native-sdk-macros = { version = "0.0.13", path = "soroban-native-sdk-macros" }

[workspace.dependencies.stellar-xdr]
version = "0.0.12"
version = "0.0.13"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "ea8a54526fe896412b106c67c0ba35181ae12ee4"
rev = "bd9deaf09fe86bd287d21527651b240e90c320b5"
default-features = false

[workspace.dependencies.wasmi]
Expand Down

0 comments on commit a82cd11

Please sign in to comment.