Skip to content

Commit 4d2559c

Browse files
Bump version to 0.2.1 (#760)
Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
1 parent 5f942ac commit 4d2559c

17 files changed

Lines changed: 39 additions & 39 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ jobs:
7777
uses: stellar/actions/.github/workflows/rust-publish-dry-run.yml@main
7878
with:
7979
runs-on: ${{ matrix.sys.os }}
80-
target: --target ${{ matrix.sys.target }}
80+
target: ${ matrix.sys.target }}
8181
cargo-hack-feature-options: ${{ matrix.sys.cargo-hack-feature-options }}

Cargo.lock

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

soroban-auth/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/stellar/rs-soroban-sdk"
66
authors = ["Stellar Development Foundation <info@stellar.org>"]
77
readme = "../README.md"
88
license = "Apache-2.0"
9-
version = "0.2.0"
9+
version = "0.2.1"
1010
edition = "2021"
1111
rust-version = "1.64"
1212

@@ -18,14 +18,14 @@ testutils = ["soroban-sdk/testutils", "dep:ed25519-dalek", "dep:rand"]
1818
docs = []
1919

2020
[dependencies]
21-
soroban-sdk = "0.2.0"
21+
soroban-sdk = "0.2.1"
2222

2323
[target.'cfg(not(target_family="wasm"))'.dependencies]
2424
ed25519-dalek = { version = "1.0.1", optional = true }
2525
rand = { version = "0.7.3", optional = true }
2626

2727
[dev_dependencies]
28-
soroban-sdk = { version = "0.2.0", features = ["testutils"] }
28+
soroban-sdk = { version = "0.2.1", features = ["testutils"] }
2929
ed25519-dalek = { version = "1.0.1" }
3030
rand = { version = "0.7.3" }
3131

soroban-sdk-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/stellar/rs-soroban-sdk"
66
authors = ["Stellar Development Foundation <info@stellar.org>"]
77
readme = "../README.md"
88
license = "Apache-2.0"
9-
version = "0.2.0"
9+
version = "0.2.1"
1010
edition = "2021"
1111
rust-version = "1.64"
1212

@@ -15,7 +15,7 @@ proc-macro = true
1515
doctest = false
1616

1717
[dependencies]
18-
soroban-spec = "0.2.0"
18+
soroban-spec = "0.2.1"
1919
soroban-env-common = { workspace = true }
2020
stellar-xdr = { workspace = true, features = ["next", "std"] }
2121
syn = {version="1.0",features=["full"]}

soroban-sdk/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ repository = "https://github.com/stellar/rs-soroban-sdk"
66
authors = ["Stellar Development Foundation <info@stellar.org>"]
77
readme = "../README.md"
88
license = "Apache-2.0"
9-
version = "0.2.0"
9+
version = "0.2.1"
1010
edition = "2021"
1111
rust-version = "1.64"
1212

1313
[lib]
1414
doctest = false
1515

1616
[dependencies]
17-
soroban-sdk-macros = { version = "0.2.0" }
17+
soroban-sdk-macros = { version = "0.2.1" }
1818
bytes-lit = "0.0.4"
1919

2020
[target.'cfg(target_family="wasm")'.dependencies]
@@ -29,7 +29,7 @@ rand = "0.8.5"
2929
[dev-dependencies]
3030
soroban-env-host = { workspace = true, features = ["vm", "hostfn_log_fmt_values", "testutils"] }
3131
stellar-xdr = { workspace = true, features = ["next", "std"] }
32-
soroban-spec = "0.2.0"
32+
soroban-spec = "0.2.1"
3333
ed25519-dalek = "1.0.1"
3434
rand = "0.8.5"
3535
hex = "0.4.3"

soroban-spec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/stellar/rs-soroban-sdk"
66
authors = ["Stellar Development Foundation <info@stellar.org>"]
77
readme = "../README.md"
88
license = "Apache-2.0"
9-
version = "0.2.0"
9+
version = "0.2.1"
1010
edition = "2021"
1111
rust-version = "1.64"
1212

soroban-token-spec/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/stellar/rs-soroban-sdk"
66
authors = ["Stellar Development Foundation <info@stellar.org>"]
77
readme = "../README.md"
88
license = "Apache-2.0"
9-
version = "0.2.0"
9+
version = "0.2.1"
1010
edition = "2021"
1111
rust-version = "1.64"
1212

@@ -18,14 +18,14 @@ doctest = false
1818
testutils = ["soroban-sdk/testutils", "dep:ed25519-dalek", "dep:rand"]
1919

2020
[dependencies]
21-
soroban-sdk = "0.2.0"
22-
soroban-auth = "0.2.0"
21+
soroban-sdk = "0.2.1"
22+
soroban-auth = "0.2.1"
2323

2424
[target.'cfg(not(target_family="wasm"))'.dependencies]
2525
ed25519-dalek = { version = "1.0.1", optional = true }
2626
rand = { version = "0.7.3", optional = true }
2727

2828
[dev_dependencies]
29-
soroban-auth = { version = "0.2.0", features = ["testutils"] }
29+
soroban-auth = { version = "0.2.1", features = ["testutils"] }
3030
ed25519-dalek = { version = "1.0.1" }
3131
rand = { version = "0.7.3" }

tests/add_bigint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_add_bigint"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Stellar Development Foundation <info@stellar.org>"]
55
license = "Apache-2.0"
66
edition = "2021"

tests/add_u64/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_add_u64"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Stellar Development Foundation <info@stellar.org>"]
55
license = "Apache-2.0"
66
edition = "2021"

tests/contract_data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_contract_data"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Stellar Development Foundation <info@stellar.org>"]
55
license = "Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)