Skip to content

Commit

Permalink
Bump version to 0.0.5 (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 9, 2022
1 parent ced0530 commit b08a54a
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions soroban-env-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ homepage = "https://github.com/stellar/rs-soroban-env"
repository = "https://github.com/stellar/rs-soroban-env"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
version = "0.0.4"
version = "0.0.5"
readme = "../README.md"
edition = "2021"
rust-version = "1.63"

[dependencies]
soroban-env-macros = { version = "0.0.4" }
soroban-env-macros = { version = "0.0.5" }
stellar-xdr = { version = "0.0.2", default-features = false, features = [ "next" ] }
wasmi = { package = "soroban-wasmi", version = "0.11.0", optional = true }
static_assertions = "1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions soroban-env-guest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ homepage = "https://github.com/stellar/rs-soroban-env"
repository = "https://github.com/stellar/rs-soroban-env"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
version = "0.0.4"
version = "0.0.5"
readme = "../README.md"
edition = "2021"
rust-version = "1.63"

[dependencies]
soroban-env-common = { version = "0.0.4" }
soroban-env-common = { version = "0.0.5" }
static_assertions = "1.1.0"

[package.metadata.docs.rs]
Expand Down
6 changes: 3 additions & 3 deletions soroban-env-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ homepage = "https://github.com/stellar/rs-soroban-env"
repository = "https://github.com/stellar/rs-soroban-env"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
version = "0.0.4"
version = "0.0.5"
readme = "../README.md"
edition = "2021"
rust-version = "1.63"

[dependencies]
soroban-native-sdk-macros = { version = "0.0.4" }
soroban-env-common = { version = "0.0.4", features = [ "std" ] }
soroban-native-sdk-macros = { version = "0.0.5" }
soroban-env-common = { version = "0.0.5", features = [ "std" ] }
wasmi = { package = "soroban-wasmi", version = "0.11.0", optional = true }
static_assertions = "1.1.0"
im-rc = "15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion soroban-env-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage = "https://github.com/stellar/rs-soroban-env"
repository = "https://github.com/stellar/rs-soroban-env"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
version = "0.0.4"
version = "0.0.5"
edition = "2021"
rust-version = "1.63"

Expand Down
2 changes: 1 addition & 1 deletion soroban-native-sdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage = "https://github.com/stellar/rs-soroban-env"
repository = "https://github.com/stellar/rs-soroban-env"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
version = "0.0.4"
version = "0.0.5"
edition = "2021"
rust-version = "1.63"

Expand Down
2 changes: 1 addition & 1 deletion soroban-test-wasms/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soroban-test-wasms"
version = "0.0.4"
version = "0.0.5"
description = "crate full of precompiled test WASM binaries for soroban -- for use in other tests, do not publish"
edition = "2021"
publish = false
Expand Down

0 comments on commit b08a54a

Please sign in to comment.