Skip to content

Commit

Permalink
Bump version to 0.0.4 (#553)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 1, 2022
1 parent ddf6917 commit eec90ab
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 33 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.

2 changes: 1 addition & 1 deletion soroban-auth/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.0"
version = "0.0.4"
edition = "2021"
rust-version = "1.63"

Expand Down
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.3"
version = "0.0.4"
edition = "2021"
rust-version = "1.63"

Expand All @@ -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"]}
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,15 +6,15 @@ repository = "https://github.com/stellar/rs-soroban-sdk"
authors = ["Stellar Development Foundation <[email protected]>"]
readme = "../README.md"
license = "Apache-2.0"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
rust-version = "1.63"

[lib]
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 }

Expand All @@ -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"

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.1"
version = "0.0.4"
edition = "2021"
rust-version = "1.63"

Expand Down
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 = "example_add_bigint"
version = "0.0.0"
version = "0.0.4"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tests/add_i32/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "example_add_i32"
version = "0.0.0"
version = "0.0.4"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tests/add_i64/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "example_add_i64"
version = "0.0.0"
version = "0.0.4"
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 = "example_contract_data"
version = "0.0.0"
version = "0.0.4"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tests/create_contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "example_create_contract"
version = "0.0.0"
version = "0.0.4"
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 = "example_empty"
version = "0.0.0"
version = "0.0.4"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tests/hello/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "example_hello"
version = "0.0.0"
version = "0.0.4"
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 = "example_import_contract"
version = "0.0.0"
version = "0.0.4"
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 = "example_invoke_contract"
version = "0.0.0"
version = "0.0.4"
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 = "example_udt"
version = "0.0.0"
version = "0.0.4"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tests/vec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "example_vec"
version = "0.0.0"
version = "0.0.4"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit eec90ab

Please sign in to comment.