From bb7d186906dd584efc115d1a408c91a331a54f1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 10:07:34 -0800 Subject: [PATCH] Bump version to 0.6.0 (#865) ### What Bump version to 0.6.0, creating release branch. ### Why Triggered by @sisuresh in https://github.com/stellar/rs-soroban-sdk/actions/runs/4176527290. ### 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.6.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.6.0&title=0.6.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.6.0&title=0.6.0&target=release/v0.6.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 245dfe670..0c4330ae2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -830,15 +830,15 @@ checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" [[package]] name = "soroban-auth" -version = "0.5.0" +version = "0.6.0" dependencies = [ "soroban-sdk", ] [[package]] name = "soroban-env-common" -version = "0.0.13" -source = "git+https://github.com/stellar/rs-soroban-env?rev=a82cd119b921cc00e5985428238c6cf12108c8cd#a82cd119b921cc00e5985428238c6cf12108c8cd" +version = "0.0.14" +source = "git+https://github.com/stellar/rs-soroban-env?rev=d06aaddca61f011cc64ec098b464233423197c3a#d06aaddca61f011cc64ec098b464233423197c3a" dependencies = [ "crate-git-revision", "serde", @@ -850,8 +850,8 @@ dependencies = [ [[package]] name = "soroban-env-guest" -version = "0.0.13" -source = "git+https://github.com/stellar/rs-soroban-env?rev=a82cd119b921cc00e5985428238c6cf12108c8cd#a82cd119b921cc00e5985428238c6cf12108c8cd" +version = "0.0.14" +source = "git+https://github.com/stellar/rs-soroban-env?rev=d06aaddca61f011cc64ec098b464233423197c3a#d06aaddca61f011cc64ec098b464233423197c3a" dependencies = [ "soroban-env-common", "static_assertions", @@ -859,8 +859,8 @@ dependencies = [ [[package]] name = "soroban-env-host" -version = "0.0.13" -source = "git+https://github.com/stellar/rs-soroban-env?rev=a82cd119b921cc00e5985428238c6cf12108c8cd#a82cd119b921cc00e5985428238c6cf12108c8cd" +version = "0.0.14" +source = "git+https://github.com/stellar/rs-soroban-env?rev=d06aaddca61f011cc64ec098b464233423197c3a#d06aaddca61f011cc64ec098b464233423197c3a" dependencies = [ "backtrace", "curve25519-dalek", @@ -881,8 +881,8 @@ dependencies = [ [[package]] name = "soroban-env-macros" -version = "0.0.13" -source = "git+https://github.com/stellar/rs-soroban-env?rev=a82cd119b921cc00e5985428238c6cf12108c8cd#a82cd119b921cc00e5985428238c6cf12108c8cd" +version = "0.0.14" +source = "git+https://github.com/stellar/rs-soroban-env?rev=d06aaddca61f011cc64ec098b464233423197c3a#d06aaddca61f011cc64ec098b464233423197c3a" dependencies = [ "itertools", "proc-macro2", @@ -896,7 +896,7 @@ dependencies = [ [[package]] name = "soroban-ledger-snapshot" -version = "0.5.0" +version = "0.6.0" dependencies = [ "pretty_assertions", "serde", @@ -907,8 +907,8 @@ dependencies = [ [[package]] name = "soroban-native-sdk-macros" -version = "0.0.13" -source = "git+https://github.com/stellar/rs-soroban-env?rev=a82cd119b921cc00e5985428238c6cf12108c8cd#a82cd119b921cc00e5985428238c6cf12108c8cd" +version = "0.0.14" +source = "git+https://github.com/stellar/rs-soroban-env?rev=d06aaddca61f011cc64ec098b464233423197c3a#d06aaddca61f011cc64ec098b464233423197c3a" dependencies = [ "itertools", "proc-macro2", @@ -918,7 +918,7 @@ dependencies = [ [[package]] name = "soroban-sdk" -version = "0.5.0" +version = "0.6.0" dependencies = [ "bytes-lit", "ed25519-dalek", @@ -935,7 +935,7 @@ dependencies = [ [[package]] name = "soroban-sdk-macros" -version = "0.5.0" +version = "0.6.0" dependencies = [ "darling", "itertools", @@ -950,7 +950,7 @@ dependencies = [ [[package]] name = "soroban-spec" -version = "0.5.0" +version = "0.6.0" dependencies = [ "base64", "darling", @@ -971,7 +971,7 @@ dependencies = [ [[package]] name = "soroban-token-spec" -version = "0.5.0" +version = "0.6.0" dependencies = [ "rand 0.7.3", "soroban-sdk", @@ -1022,8 +1022,8 @@ dependencies = [ [[package]] name = "stellar-xdr" -version = "0.0.13" -source = "git+https://github.com/stellar/rs-stellar-xdr?rev=bd9deaf09fe86bd287d21527651b240e90c320b5#bd9deaf09fe86bd287d21527651b240e90c320b5" +version = "0.0.14" +source = "git+https://github.com/stellar/rs-stellar-xdr?rev=55f47d302a3bbcd34cf32bfcd28abccfaeffc5e0#55f47d302a3bbcd34cf32bfcd28abccfaeffc5e0" dependencies = [ "base64", "crate-git-revision", @@ -1078,91 +1078,91 @@ dependencies = [ [[package]] name = "test_add_i128" -version = "0.5.0" +version = "0.6.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_add_u128" -version = "0.5.0" +version = "0.6.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_add_u64" -version = "0.5.0" +version = "0.6.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_alloc" -version = "0.5.0" +version = "0.6.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_contract_data" -version = "0.5.0" +version = "0.6.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_empty" -version = "0.5.0" +version = "0.6.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_empty2" -version = "0.5.0" +version = "0.6.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_errors" -version = "0.5.0" +version = "0.6.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_events" -version = "0.5.0" +version = "0.6.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_import_contract" -version = "0.5.0" +version = "0.6.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_invoke_contract" -version = "0.5.0" +version = "0.6.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_logging" -version = "0.5.0" +version = "0.6.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_udt" -version = "0.5.0" +version = "0.6.0" dependencies = [ "soroban-sdk", ] diff --git a/Cargo.toml b/Cargo.toml index 1ff75b150..17b881f52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,39 +24,39 @@ members = [ ] [workspace.package] -version = "0.5.0" +version = "0.6.0" [workspace.dependencies] -soroban-sdk = { version = "0.5.0", path = "soroban-sdk" } -soroban-sdk-macros = { version = "0.5.0", path = "soroban-sdk-macros" } -soroban-auth = { version = "0.5.0", path = "soroban-auth" } -soroban-spec = { version = "0.5.0", path = "soroban-spec" } -soroban-ledger-snapshot = { version = "0.5.0", path = "soroban-ledger-snapshot" } -soroban-token-spec = { version = "0.5.0", path = "soroban-token-spec" } +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" } [workspace.dependencies.soroban-env-common] -version = "0.0.13" +version = "0.0.14" git = "https://github.com/stellar/rs-soroban-env" -rev = "a82cd119b921cc00e5985428238c6cf12108c8cd" +rev = "d06aaddca61f011cc64ec098b464233423197c3a" [workspace.dependencies.soroban-env-guest] -version = "0.0.13" +version = "0.0.14" git = "https://github.com/stellar/rs-soroban-env" -rev = "a82cd119b921cc00e5985428238c6cf12108c8cd" +rev = "d06aaddca61f011cc64ec098b464233423197c3a" [workspace.dependencies.soroban-env-host] -version = "0.0.13" +version = "0.0.14" git = "https://github.com/stellar/rs-soroban-env" -rev = "a82cd119b921cc00e5985428238c6cf12108c8cd" +rev = "d06aaddca61f011cc64ec098b464233423197c3a" [workspace.dependencies.stellar-strkey] version = "0.0.7" git = "https://github.com/stellar/rs-stellar-strkey" [workspace.dependencies.stellar-xdr] -version = "0.0.13" +version = "0.0.14" git = "https://github.com/stellar/rs-stellar-xdr" -rev = "bd9deaf09fe86bd287d21527651b240e90c320b5" +rev = "55f47d302a3bbcd34cf32bfcd28abccfaeffc5e0" default-features = false # [patch."https://github.com/stellar/rs-soroban-env"]