Skip to content

Commit

Permalink
Bump version to 0.0.14 (stellar#688)
Browse files Browse the repository at this point in the history
* Bump version to 0.0.14

* 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 Feb 14, 2023
1 parent bcec7e3 commit d06aadd
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.13"
version = "0.0.14"

[workspace.dependencies]
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" }
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" }

[workspace.dependencies.stellar-xdr]
version = "0.0.13"
version = "0.0.14"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "2ae9311ed1466270d8558f4c88c953644a48628e"
rev = "55f47d302a3bbcd34cf32bfcd28abccfaeffc5e0"
default-features = false

[workspace.dependencies.wasmi]
Expand Down

0 comments on commit d06aadd

Please sign in to comment.