Skip to content

Commit 51e5e6d

Browse files
Bump version to 0.4.3 (#821)
### What Bump version to 0.4.3, creating release branch. ### Why Triggered by @leighmcculloch in https://github.com/stellar/rs-soroban-sdk/actions/runs/3877370475. ### What is next See the release instructions for a full rundown on the release process: https://github.com/stellar/actions/blob/main/README-rust-release.md Commit any changes to the `release/v0.4.3` branch that are needed in this release. If this is a regular release releasing from `main`, merge this PR when ready, and after merging, create a release for this version by going to this link: https://github.com/stellar/rs-soroban-sdk/releases/new?tag=v0.4.3&title=0.4.3 If this is a backport or patch release of a past version, see the release instructions. When ready to release this branch create a release by going to this link: https://github.com/stellar/rs-soroban-sdk/releases/new?tag=v0.4.3&title=0.4.3&target=release/v0.4.3 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 38417ad commit 51e5e6d

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ members = [
2424
]
2525

2626
[workspace.package]
27-
version = "0.4.2"
27+
version = "0.4.3"
2828

2929
[workspace.dependencies]
30-
soroban-sdk = { version = "0.4.2", path = "soroban-sdk" }
31-
soroban-sdk-macros = { version = "0.4.2", path = "soroban-sdk-macros" }
32-
soroban-auth = { version = "0.4.2", path = "soroban-auth" }
33-
soroban-spec = { version = "0.4.2", path = "soroban-spec" }
34-
soroban-ledger-snapshot = { version = "0.4.2", path = "soroban-ledger-snapshot" }
35-
soroban-token-spec = { version = "0.4.2", path = "soroban-token-spec" }
30+
soroban-sdk = { version = "0.4.3", path = "soroban-sdk" }
31+
soroban-sdk-macros = { version = "0.4.3", path = "soroban-sdk-macros" }
32+
soroban-auth = { version = "0.4.3", path = "soroban-auth" }
33+
soroban-spec = { version = "0.4.3", path = "soroban-spec" }
34+
soroban-ledger-snapshot = { version = "0.4.3", path = "soroban-ledger-snapshot" }
35+
soroban-token-spec = { version = "0.4.3", path = "soroban-token-spec" }
3636

3737
[workspace.dependencies.soroban-env-common]
3838
version = "0.0.12"

0 commit comments

Comments
 (0)