Skip to content

Commit

Permalink
Bump version to 0.1.0 (#721)
Browse files Browse the repository at this point in the history
Co-authored-by: Leigh McCulloch <[email protected]>
  • Loading branch information
github-actions[bot] and leighmcculloch authored Oct 7, 2022
1 parent 4a3e4f1 commit 3992556
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 38 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions soroban-auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ repository = "https://github.com/stellar/rs-soroban-sdk"
authors = ["Stellar Development Foundation <[email protected]>"]
readme = "../README.md"
license = "Apache-2.0"
version = "0.0.6"
version = "0.1.0"
edition = "2021"
rust-version = "1.64"

[features]
testutils = ["soroban-sdk/testutils", "dep:ed25519-dalek", "dep:rand"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-sdk = "0.1.0"

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

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
ed25519-dalek = { version = "1.0.1" }
rand = { version = "0.7.3" }
4 changes: 2 additions & 2 deletions soroban-sdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/rs-soroban-sdk"
authors = ["Stellar Development Foundation <[email protected]>"]
readme = "../README.md"
license = "Apache-2.0"
version = "0.0.6"
version = "0.1.0"
edition = "2021"
rust-version = "1.64"

Expand All @@ -15,7 +15,7 @@ proc-macro = true
doctest = false

[dependencies]
soroban-spec = "0.0.6"
soroban-spec = "0.1.0"
soroban-env-common = "0.0.6"
stellar-xdr = { version = "0.0.6", features = ["next", "std"] }
syn = {version="1.0",features=["full"]}
Expand Down
6 changes: 3 additions & 3 deletions soroban-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/rs-soroban-sdk"
authors = ["Stellar Development Foundation <[email protected]>"]
readme = "../README.md"
license = "Apache-2.0"
version = "0.0.6"
version = "0.1.0"
edition = "2021"
rust-version = "1.64"

Expand All @@ -15,7 +15,7 @@ crate-type = ["cdylib", "rlib"]
doctest = false

[dependencies]
soroban-sdk-macros = { version = "0.0.6" }
soroban-sdk-macros = { version = "0.1.0" }
bytes-lit = "0.0.4"

[target.'cfg(target_family="wasm")'.dependencies]
Expand All @@ -30,7 +30,7 @@ rand = "0.8.5"
[dev-dependencies]
soroban-env-host = { version = "0.0.6", features = ["vm", "hostfn_log_fmt_values", "testutils"] }
stellar-xdr = { version = "0.0.6", features = ["next", "std"] }
soroban-spec = "0.0.6"
soroban-spec = "0.1.0"
ed25519-dalek = "1.0.1"
rand = "0.8.5"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion soroban-spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/rs-soroban-sdk"
authors = ["Stellar Development Foundation <[email protected]>"]
readme = "../README.md"
license = "Apache-2.0"
version = "0.0.6"
version = "0.1.0"
edition = "2021"
rust-version = "1.64"

Expand Down
8 changes: 4 additions & 4 deletions soroban-token-spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/rs-soroban-sdk"
authors = ["Stellar Development Foundation <[email protected]>"]
readme = "../README.md"
license = "Apache-2.0"
version = "0.0.6"
version = "0.1.0"
edition = "2021"
rust-version = "1.64"

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

[dependencies]
soroban-sdk = "0.0.6"
soroban-auth = "0.0.6"
soroban-sdk = "0.1.0"
soroban-auth = "0.1.0"

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

[dev_dependencies]
soroban-auth = { version = "0.0.6", features = ["testutils"] }
soroban-auth = { version = "0.1.0", features = ["testutils"] }
ed25519-dalek = { version = "1.0.1" }
rand = { version = "0.7.3" }
2 changes: 1 addition & 1 deletion tests/add_bigint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_add_bigint"
version = "0.0.6"
version = "0.1.0"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tests/add_u64/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_add_u64"
version = "0.0.6"
version = "0.1.0"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tests/contract_data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_contract_data"
version = "0.0.6"
version = "0.1.0"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tests/empty/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_empty"
version = "0.0.6"
version = "0.1.0"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tests/errors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_result"
version = "0.0.6"
version = "0.1.0"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tests/events/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_events"
version = "0.0.6"
version = "0.1.0"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tests/import_contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_import_contract"
version = "0.0.6"
version = "0.1.0"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tests/invoke_contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_invoke_contract"
version = "0.0.6"
version = "0.1.0"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tests/logging/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_logging"
version = "0.0.6"
version = "0.1.0"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tests/udt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_udt"
version = "0.0.6"
version = "0.1.0"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 3992556

Please sign in to comment.