Skip to content

Commit

Permalink
Bump version to 0.8.7 (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 23, 2023
1 parent 6440715 commit de12c55
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 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.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default-members = ["cmd/soroban-cli", "cmd/crates/soroban-test"]
exclude = ["cmd/crates/soroban-test/tests/fixtures/hello"]

[workspace.package]
version = "0.8.6"
version = "0.8.7"

[workspace.dependencies.soroban-env-host]
version = "0.0.16"
Expand All @@ -25,11 +25,11 @@ rev = "7d143e425b690f2981ae804ce249462d98a68b0d"
# path = "../rs-soroban-sdk/soroban-spec"

[workspace.dependencies.soroban-spec-typescript]
version = "0.8.6"
version = "0.8.7"
path = "./cmd/crates/soroban-spec-typescript"

[workspace.dependencies.soroban-spec-tools]
version = "0.8.6"
version = "0.8.7"
path = "./cmd/crates/soroban-spec-tools"

[workspace.dependencies.soroban-sdk]
Expand All @@ -43,7 +43,7 @@ git = "https://github.com/stellar/rs-soroban-sdk"
rev = "090f5c88e8f8b67f4d02010665aedfea6ee43db3"

[workspace.dependencies.soroban-cli]
version = "0.8.6"
version = "0.8.7"
path = "cmd/soroban-cli"

[workspace.dependencies.stellar-xdr]
Expand Down
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/soroban-test"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
version = "0.8.6"
version = "0.8.7"
edition = "2021"
rust-version = "1.70"
autobins = false
Expand Down
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/tests/fixtures/hello/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soroban-hello"
version = "0.8.6"
version = "0.8.7"
edition = "2021"
publish = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_custom_types"
version = "0.8.6"
version = "0.8.7"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_hello_world"
version = "0.8.6"
version = "0.8.7"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/soroban-cli"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
version = "0.8.6"
version = "0.8.7"
edition = "2021"
rust-version = "1.70"
autobins = false
Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/lib/preflight/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "preflight"
version = "0.8.6"
version = "0.8.7"
publish = false

[lib]
Expand Down

0 comments on commit de12c55

Please sign in to comment.