From 8abd3353c728f09ee1c8a2544f67a853e915afc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 12:26:57 -0700 Subject: [PATCH] Bump version to 0.7.0 (#898) ### What Bump version to 0.7.0, creating release branch. ### Why Triggered by @sisuresh in https://github.com/stellar/rs-soroban-sdk/actions/runs/4493311930. ### 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.7.0` 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.7.0&title=0.7.0 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.7.0&title=0.7.0&target=release/v0.7.0 --------- Co-authored-by: github-actions[bot] Co-authored-by: Siddharth Suresh --- Cargo.lock | 62 +++++++++++++++++++++++++++--------------------------- Cargo.toml | 30 +++++++++++++------------- 2 files changed, 46 insertions(+), 46 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c117fff1b..7a940f335 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -836,7 +836,7 @@ checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" [[package]] name = "soroban-auth" -version = "0.6.0" +version = "0.7.0" dependencies = [ "soroban-env-host", "soroban-sdk", @@ -844,8 +844,8 @@ dependencies = [ [[package]] name = "soroban-env-common" -version = "0.0.14" -source = "git+https://github.com/stellar/rs-soroban-env?rev=75b21696b0636bd145b7acb47a6fed4621b05978#75b21696b0636bd145b7acb47a6fed4621b05978" +version = "0.0.15" +source = "git+https://github.com/stellar/rs-soroban-env?rev=cf83838ae8a07a00224f0a5a3500eb7969bac7cf#cf83838ae8a07a00224f0a5a3500eb7969bac7cf" dependencies = [ "crate-git-revision", "ethnum", @@ -858,8 +858,8 @@ dependencies = [ [[package]] name = "soroban-env-guest" -version = "0.0.14" -source = "git+https://github.com/stellar/rs-soroban-env?rev=75b21696b0636bd145b7acb47a6fed4621b05978#75b21696b0636bd145b7acb47a6fed4621b05978" +version = "0.0.15" +source = "git+https://github.com/stellar/rs-soroban-env?rev=cf83838ae8a07a00224f0a5a3500eb7969bac7cf#cf83838ae8a07a00224f0a5a3500eb7969bac7cf" dependencies = [ "soroban-env-common", "static_assertions", @@ -867,8 +867,8 @@ dependencies = [ [[package]] name = "soroban-env-host" -version = "0.0.14" -source = "git+https://github.com/stellar/rs-soroban-env?rev=75b21696b0636bd145b7acb47a6fed4621b05978#75b21696b0636bd145b7acb47a6fed4621b05978" +version = "0.0.15" +source = "git+https://github.com/stellar/rs-soroban-env?rev=cf83838ae8a07a00224f0a5a3500eb7969bac7cf#cf83838ae8a07a00224f0a5a3500eb7969bac7cf" dependencies = [ "backtrace", "curve25519-dalek", @@ -889,8 +889,8 @@ dependencies = [ [[package]] name = "soroban-env-macros" -version = "0.0.14" -source = "git+https://github.com/stellar/rs-soroban-env?rev=75b21696b0636bd145b7acb47a6fed4621b05978#75b21696b0636bd145b7acb47a6fed4621b05978" +version = "0.0.15" +source = "git+https://github.com/stellar/rs-soroban-env?rev=cf83838ae8a07a00224f0a5a3500eb7969bac7cf#cf83838ae8a07a00224f0a5a3500eb7969bac7cf" dependencies = [ "itertools", "proc-macro2", @@ -904,7 +904,7 @@ dependencies = [ [[package]] name = "soroban-ledger-snapshot" -version = "0.6.0" +version = "0.7.0" dependencies = [ "pretty_assertions", "serde", @@ -915,8 +915,8 @@ dependencies = [ [[package]] name = "soroban-native-sdk-macros" -version = "0.0.14" -source = "git+https://github.com/stellar/rs-soroban-env?rev=75b21696b0636bd145b7acb47a6fed4621b05978#75b21696b0636bd145b7acb47a6fed4621b05978" +version = "0.0.15" +source = "git+https://github.com/stellar/rs-soroban-env?rev=cf83838ae8a07a00224f0a5a3500eb7969bac7cf#cf83838ae8a07a00224f0a5a3500eb7969bac7cf" dependencies = [ "itertools", "proc-macro2", @@ -926,7 +926,7 @@ dependencies = [ [[package]] name = "soroban-sdk" -version = "0.6.0" +version = "0.7.0" dependencies = [ "bytes-lit", "ed25519-dalek", @@ -943,7 +943,7 @@ dependencies = [ [[package]] name = "soroban-sdk-macros" -version = "0.6.0" +version = "0.7.0" dependencies = [ "darling", "itertools", @@ -958,7 +958,7 @@ dependencies = [ [[package]] name = "soroban-spec" -version = "0.6.0" +version = "0.7.0" dependencies = [ "base64", "darling", @@ -979,7 +979,7 @@ dependencies = [ [[package]] name = "soroban-token-spec" -version = "0.6.0" +version = "0.7.0" dependencies = [ "rand 0.7.3", "soroban-sdk", @@ -1030,8 +1030,8 @@ dependencies = [ [[package]] name = "stellar-xdr" -version = "0.0.14" -source = "git+https://github.com/stellar/rs-stellar-xdr?rev=07aff1190dc3f97b889d31b2bfb77098e7db55ce#07aff1190dc3f97b889d31b2bfb77098e7db55ce" +version = "0.0.15" +source = "git+https://github.com/stellar/rs-stellar-xdr?rev=4655b635c698bb3bbc628bdba456df627c42ee3a#4655b635c698bb3bbc628bdba456df627c42ee3a" dependencies = [ "base64", "crate-git-revision", @@ -1086,91 +1086,91 @@ dependencies = [ [[package]] name = "test_add_i128" -version = "0.6.0" +version = "0.7.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_add_u128" -version = "0.6.0" +version = "0.7.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_add_u64" -version = "0.6.0" +version = "0.7.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_alloc" -version = "0.6.0" +version = "0.7.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_contract_data" -version = "0.6.0" +version = "0.7.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_empty" -version = "0.6.0" +version = "0.7.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_empty2" -version = "0.6.0" +version = "0.7.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_errors" -version = "0.6.0" +version = "0.7.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_events" -version = "0.6.0" +version = "0.7.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_import_contract" -version = "0.6.0" +version = "0.7.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_invoke_contract" -version = "0.6.0" +version = "0.7.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_logging" -version = "0.6.0" +version = "0.7.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_udt" -version = "0.6.0" +version = "0.7.0" dependencies = [ "soroban-sdk", ] diff --git a/Cargo.toml b/Cargo.toml index 31b8c2d26..04ac315bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,39 +24,39 @@ members = [ ] [workspace.package] -version = "0.6.0" +version = "0.7.0" [workspace.dependencies] -soroban-sdk = { version = "0.6.0", path = "soroban-sdk" } -soroban-sdk-macros = { version = "0.6.0", path = "soroban-sdk-macros" } -soroban-auth = { version = "0.6.0", path = "soroban-auth" } -soroban-spec = { version = "0.6.0", path = "soroban-spec" } -soroban-ledger-snapshot = { version = "0.6.0", path = "soroban-ledger-snapshot" } -soroban-token-spec = { version = "0.6.0", path = "soroban-token-spec" } +soroban-sdk = { version = "0.7.0", path = "soroban-sdk" } +soroban-sdk-macros = { version = "0.7.0", path = "soroban-sdk-macros" } +soroban-auth = { version = "0.7.0", path = "soroban-auth" } +soroban-spec = { version = "0.7.0", path = "soroban-spec" } +soroban-ledger-snapshot = { version = "0.7.0", path = "soroban-ledger-snapshot" } +soroban-token-spec = { version = "0.7.0", path = "soroban-token-spec" } [workspace.dependencies.soroban-env-common] -version = "0.0.14" +version = "0.0.15" git = "https://github.com/stellar/rs-soroban-env" -rev = "75b21696b0636bd145b7acb47a6fed4621b05978" +rev = "cf83838ae8a07a00224f0a5a3500eb7969bac7cf" [workspace.dependencies.soroban-env-guest] -version = "0.0.14" +version = "0.0.15" git = "https://github.com/stellar/rs-soroban-env" -rev = "75b21696b0636bd145b7acb47a6fed4621b05978" +rev = "cf83838ae8a07a00224f0a5a3500eb7969bac7cf" [workspace.dependencies.soroban-env-host] -version = "0.0.14" +version = "0.0.15" git = "https://github.com/stellar/rs-soroban-env" -rev = "75b21696b0636bd145b7acb47a6fed4621b05978" +rev = "cf83838ae8a07a00224f0a5a3500eb7969bac7cf" [workspace.dependencies.stellar-strkey] version = "0.0.7" git = "https://github.com/stellar/rs-stellar-strkey" [workspace.dependencies.stellar-xdr] -version = "0.0.14" +version = "0.0.15" git = "https://github.com/stellar/rs-stellar-xdr" -rev = "07aff1190dc3f97b889d31b2bfb77098e7db55ce" +rev = "4655b635c698bb3bbc628bdba456df627c42ee3a" default-features = false # [patch."https://github.com/stellar/rs-soroban-env"]