Skip to content

Commit

Permalink
Bump version to 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 16, 2023
1 parent 2bb866b commit 1eefa1e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
38 changes: 19 additions & 19 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 @@ -24,14 +24,14 @@ members = [
]

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

[workspace.dependencies]
soroban-sdk = { version = "0.8.6", path = "soroban-sdk" }
soroban-sdk-macros = { version = "0.8.6", path = "soroban-sdk-macros" }
soroban-spec = { version = "0.8.6", path = "soroban-spec" }
soroban-ledger-snapshot = { version = "0.8.6", path = "soroban-ledger-snapshot" }
soroban-token-sdk = { version = "0.8.6", path = "soroban-token-sdk" }
soroban-sdk = { version = "0.8.7", path = "soroban-sdk" }
soroban-sdk-macros = { version = "0.8.7", path = "soroban-sdk-macros" }
soroban-spec = { version = "0.8.7", path = "soroban-spec" }
soroban-ledger-snapshot = { version = "0.8.7", path = "soroban-ledger-snapshot" }
soroban-token-sdk = { version = "0.8.7", path = "soroban-token-sdk" }

[workspace.dependencies.soroban-env-common]
version = "0.0.16"
Expand Down

0 comments on commit 1eefa1e

Please sign in to comment.