Skip to content

Commit

Permalink
Merge branch 'main' into dependabot_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kanwalpreetd authored Jul 15, 2024
2 parents b790481 + 440788e commit d41e46a
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default-members = ["cmd/soroban-cli", "cmd/crates/soroban-spec-tools", "cmd/crat
exclude = ["cmd/crates/soroban-test/tests/fixtures/hello"]

[workspace.package]
version = "21.1.0"
version = "21.1.1"
rust-version = "1.74.0"

[workspace.dependencies.soroban-env-host]
Expand All @@ -27,15 +27,15 @@ version = "=21.1.1"
version = "=21.1.1"

[workspace.dependencies.soroban-spec-json]
version = "=21.1.0"
version = "=21.1.1"
path = "./cmd/crates/soroban-spec-json"

[workspace.dependencies.soroban-spec-typescript]
version = "21.1.0"
version = "21.1.1"
path = "./cmd/crates/soroban-spec-typescript"

[workspace.dependencies.soroban-spec-tools]
version = "21.1.0"
version = "21.1.1"
path = "./cmd/crates/soroban-spec-tools"

[workspace.dependencies.soroban-sdk]
Expand All @@ -48,7 +48,7 @@ version = "=21.1.1"
version = "=21.1.1"

[workspace.dependencies.soroban-cli]
version = "=21.1.0"
version = "=21.1.1"
path = "cmd/soroban-cli"

[workspace.dependencies.soroban-rpc]
Expand Down
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/soroban-test"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
version = "21.1.0"
version = "21.1.1"
edition = "2021"
rust-version.workspace = true
autobins = false
Expand Down
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/tests/fixtures/hello/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soroban-hello"
version = "21.1.0"
version = "21.1.1"
edition = "2021"
publish = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_custom_account"
version = "21.1.0"
version = "21.1.1"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_custom_types"
version = "21.1.0"
version = "21.1.1"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_hello_world"
version = "21.1.0"
version = "21.1.1"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/stellar-cli"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
version = "21.1.0"
version = "21.1.1"
edition = "2021"
rust-version.workspace = true
autobins = false
Expand Down
8 changes: 4 additions & 4 deletions cmd/soroban-cli/src/commands/network/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,13 +255,13 @@ pub static DEFAULTS: phf::Map<&'static str, (&'static str, &'static str)> = phf_
"Standalone Network ; February 2017",
),
"futurenet" => (
"https://soroban-testnet.stellar.org",
"Test SDF Network ; September 2015",
),
"testnet" => (
"https://rpc-futurenet.stellar.org:443",
"Test SDF Future Network ; October 2022",
),
"testnet" => (
"https://soroban-testnet.stellar.org",
"Test SDF Network ; September 2015",
),
"mainnet" => (
"Bring Your Own: https://developers.stellar.org/docs/data/rpc/rpc-providers",
"Public Global Stellar Network ; September 2015",
Expand Down
2 changes: 1 addition & 1 deletion cmd/stellar-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/stellar-cli"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
version = "21.1.0"
version = "21.1.1"
edition = "2021"
rust-version.workspace = true
autobins = false
Expand Down

0 comments on commit d41e46a

Please sign in to comment.