From eec90aba231e2f6cc7c34e9f5e2f2f392287eb32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 22:27:50 +0000 Subject: [PATCH] Bump version to 0.0.4 (#553) Co-authored-by: github-actions[bot] --- Cargo.lock | 30 +++++++++++++++--------------- soroban-auth/Cargo.toml | 2 +- soroban-sdk-macros/Cargo.toml | 4 ++-- soroban-sdk/Cargo.toml | 6 +++--- soroban-spec/Cargo.toml | 2 +- tests/add_bigint/Cargo.toml | 2 +- tests/add_i32/Cargo.toml | 2 +- tests/add_i64/Cargo.toml | 2 +- tests/contract_data/Cargo.toml | 2 +- tests/create_contract/Cargo.toml | 2 +- tests/empty/Cargo.toml | 2 +- tests/hello/Cargo.toml | 2 +- tests/import_contract/Cargo.toml | 2 +- tests/invoke_contract/Cargo.toml | 2 +- tests/udt/Cargo.toml | 2 +- tests/vec/Cargo.toml | 2 +- 16 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b3c4335e..8b609f8f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -276,7 +276,7 @@ checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" [[package]] name = "example_add_bigint" -version = "0.0.0" +version = "0.0.4" dependencies = [ "proptest", "soroban-sdk", @@ -284,7 +284,7 @@ dependencies = [ [[package]] name = "example_add_i32" -version = "0.0.0" +version = "0.0.4" dependencies = [ "proptest", "soroban-sdk", @@ -292,28 +292,28 @@ dependencies = [ [[package]] name = "example_add_i64" -version = "0.0.0" +version = "0.0.4" dependencies = [ "soroban-sdk", ] [[package]] name = "example_contract_data" -version = "0.0.0" +version = "0.0.4" dependencies = [ "soroban-sdk", ] [[package]] name = "example_create_contract" -version = "0.0.0" +version = "0.0.4" dependencies = [ "soroban-sdk", ] [[package]] name = "example_empty" -version = "0.0.0" +version = "0.0.4" dependencies = [ "proptest", "soroban-sdk", @@ -321,7 +321,7 @@ dependencies = [ [[package]] name = "example_hello" -version = "0.0.0" +version = "0.0.4" dependencies = [ "proptest", "soroban-sdk", @@ -329,28 +329,28 @@ dependencies = [ [[package]] name = "example_import_contract" -version = "0.0.0" +version = "0.0.4" dependencies = [ "soroban-sdk", ] [[package]] name = "example_invoke_contract" -version = "0.0.0" +version = "0.0.4" dependencies = [ "soroban-sdk", ] [[package]] name = "example_udt" -version = "0.0.0" +version = "0.0.4" dependencies = [ "soroban-sdk", ] [[package]] name = "example_vec" -version = "0.0.0" +version = "0.0.4" dependencies = [ "soroban-sdk", ] @@ -884,7 +884,7 @@ dependencies = [ [[package]] name = "soroban-auth" -version = "0.0.0" +version = "0.0.4" dependencies = [ "soroban-sdk", ] @@ -957,7 +957,7 @@ dependencies = [ [[package]] name = "soroban-sdk" -version = "0.0.3" +version = "0.0.4" dependencies = [ "bytes-lit", "ed25519-dalek", @@ -972,7 +972,7 @@ dependencies = [ [[package]] name = "soroban-sdk-macros" -version = "0.0.3" +version = "0.0.4" dependencies = [ "darling", "itertools", @@ -987,7 +987,7 @@ dependencies = [ [[package]] name = "soroban-spec" -version = "0.0.1" +version = "0.0.4" dependencies = [ "base64", "darling", diff --git a/soroban-auth/Cargo.toml b/soroban-auth/Cargo.toml index db693cd6c..b4789586a 100644 --- a/soroban-auth/Cargo.toml +++ b/soroban-auth/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/rs-soroban-sdk" authors = ["Stellar Development Foundation "] readme = "../README.md" license = "Apache-2.0" -version = "0.0.0" +version = "0.0.4" edition = "2021" rust-version = "1.63" diff --git a/soroban-sdk-macros/Cargo.toml b/soroban-sdk-macros/Cargo.toml index 948a6f050..bdaee19e3 100644 --- a/soroban-sdk-macros/Cargo.toml +++ b/soroban-sdk-macros/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/rs-soroban-sdk" authors = ["Stellar Development Foundation "] readme = "../README.md" license = "Apache-2.0" -version = "0.0.3" +version = "0.0.4" edition = "2021" rust-version = "1.63" @@ -15,7 +15,7 @@ proc-macro = true doctest = false [dependencies] -soroban-spec = "0.0.1" +soroban-spec = "0.0.4" soroban-env-common = "0.0.4" stellar-xdr = { version = "0.0.2", features = ["next", "std"] } syn = {version="1.0",features=["full"]} diff --git a/soroban-sdk/Cargo.toml b/soroban-sdk/Cargo.toml index 179dea30f..fb41c294f 100644 --- a/soroban-sdk/Cargo.toml +++ b/soroban-sdk/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/rs-soroban-sdk" authors = ["Stellar Development Foundation "] readme = "../README.md" license = "Apache-2.0" -version = "0.0.3" +version = "0.0.4" edition = "2021" rust-version = "1.63" @@ -14,7 +14,7 @@ rust-version = "1.63" crate-type = ["cdylib", "rlib"] [dependencies] -soroban-sdk-macros = { version = "0.0.3" } +soroban-sdk-macros = { version = "0.0.4" } bytes-lit = "0.0.3" ed25519-dalek = { version = "1.0.1", optional = true } @@ -26,7 +26,7 @@ soroban-env-host = { version = "0.0.4", features = ["vm"] } [dev-dependencies] stellar-xdr = { version = "0.0.2", features = ["next", "std"] } -soroban-spec = "0.0.1" +soroban-spec = "0.0.4" trybuild = "1.0.63" hex = "0.4.3" diff --git a/soroban-spec/Cargo.toml b/soroban-spec/Cargo.toml index 400b047d1..2a5663d66 100644 --- a/soroban-spec/Cargo.toml +++ b/soroban-spec/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/rs-soroban-sdk" authors = ["Stellar Development Foundation "] readme = "../README.md" license = "Apache-2.0" -version = "0.0.1" +version = "0.0.4" edition = "2021" rust-version = "1.63" diff --git a/tests/add_bigint/Cargo.toml b/tests/add_bigint/Cargo.toml index d76aa4dac..d1e3755eb 100644 --- a/tests/add_bigint/Cargo.toml +++ b/tests/add_bigint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "example_add_bigint" -version = "0.0.0" +version = "0.0.4" authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021" diff --git a/tests/add_i32/Cargo.toml b/tests/add_i32/Cargo.toml index 0675e1ae6..b04d7f618 100644 --- a/tests/add_i32/Cargo.toml +++ b/tests/add_i32/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "example_add_i32" -version = "0.0.0" +version = "0.0.4" authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021" diff --git a/tests/add_i64/Cargo.toml b/tests/add_i64/Cargo.toml index c61a4f2b3..b7a750797 100644 --- a/tests/add_i64/Cargo.toml +++ b/tests/add_i64/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "example_add_i64" -version = "0.0.0" +version = "0.0.4" authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021" diff --git a/tests/contract_data/Cargo.toml b/tests/contract_data/Cargo.toml index 87a50adb9..f113eddb3 100644 --- a/tests/contract_data/Cargo.toml +++ b/tests/contract_data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "example_contract_data" -version = "0.0.0" +version = "0.0.4" authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021" diff --git a/tests/create_contract/Cargo.toml b/tests/create_contract/Cargo.toml index 2ab512507..d04843513 100644 --- a/tests/create_contract/Cargo.toml +++ b/tests/create_contract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "example_create_contract" -version = "0.0.0" +version = "0.0.4" authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021" diff --git a/tests/empty/Cargo.toml b/tests/empty/Cargo.toml index a1b745482..c45e0bd00 100644 --- a/tests/empty/Cargo.toml +++ b/tests/empty/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "example_empty" -version = "0.0.0" +version = "0.0.4" authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021" diff --git a/tests/hello/Cargo.toml b/tests/hello/Cargo.toml index 21ccde409..84e818730 100644 --- a/tests/hello/Cargo.toml +++ b/tests/hello/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "example_hello" -version = "0.0.0" +version = "0.0.4" authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021" diff --git a/tests/import_contract/Cargo.toml b/tests/import_contract/Cargo.toml index 2758d0949..886fde0b1 100644 --- a/tests/import_contract/Cargo.toml +++ b/tests/import_contract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "example_import_contract" -version = "0.0.0" +version = "0.0.4" authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021" diff --git a/tests/invoke_contract/Cargo.toml b/tests/invoke_contract/Cargo.toml index fdaa54282..418d911f1 100644 --- a/tests/invoke_contract/Cargo.toml +++ b/tests/invoke_contract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "example_invoke_contract" -version = "0.0.0" +version = "0.0.4" authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021" diff --git a/tests/udt/Cargo.toml b/tests/udt/Cargo.toml index 08a8094a7..c7e60ec77 100644 --- a/tests/udt/Cargo.toml +++ b/tests/udt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "example_udt" -version = "0.0.0" +version = "0.0.4" authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021" diff --git a/tests/vec/Cargo.toml b/tests/vec/Cargo.toml index b5680d7bf..46485d5c5 100644 --- a/tests/vec/Cargo.toml +++ b/tests/vec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "example_vec" -version = "0.0.0" +version = "0.0.4" authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021"