Skip to content

Commit

Permalink
Bump version to v0.0.10 (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Dec 1, 2022
1 parent 1163b32 commit c148051
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

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

[workspace.package]
version = "0.0.9"
version = "0.0.10"

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

[workspace.dependencies.stellar-xdr]
version = "0.0.9"
Expand Down

0 comments on commit c148051

Please sign in to comment.