Skip to content

Commit

Permalink
Bump version to 0.0.8 (#558)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 3, 2022
1 parent 8a78f6c commit 755052b
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 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.7"
version = "0.0.8"
readme = "../README.md"
edition = "2021"
rust-version = "1.64"

[dependencies]
soroban-env-macros = { version = "0.0.7" }
soroban-env-macros = { version = "0.0.8" }
stellar-xdr = { workspace = true, default-features = false, features = [ "next" ] }
wasmi = { workspace = true, 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.7"
version = "0.0.8"
readme = "../README.md"
edition = "2021"
rust-version = "1.64"

[dependencies]
soroban-env-common = { version = "0.0.7" }
soroban-env-common = { version = "0.0.8" }
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.7"
version = "0.0.8"
readme = "../README.md"
edition = "2021"
rust-version = "1.64"

[dependencies]
soroban-native-sdk-macros = { version = "0.0.7" }
soroban-env-common = { version = "0.0.7", features = [ "std" ] }
soroban-native-sdk-macros = { version = "0.0.8" }
soroban-env-common = { version = "0.0.8", features = [ "std" ] }
wasmi = { package = "soroban-wasmi", version = "0.16.0-soroban1", 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.7"
version = "0.0.8"
edition = "2021"
rust-version = "1.64"

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.7"
version = "0.0.8"
edition = "2021"
rust-version = "1.64"

Expand Down
4 changes: 2 additions & 2 deletions soroban-synth-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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.7"
version = "0.0.8"
edition = "2021"
rust-version = "1.64"
publish = false

[dependencies]
wasm-encoder = "0.18.0"
wasmparser = "0.92.0"
soroban-env-common = "0.0.7"
soroban-env-common = "0.0.8"

[dev-dependencies]
expect-test = "1.4.0"
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.7"
version = "0.0.8"
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 755052b

Please sign in to comment.