Skip to content

Commit

Permalink
Merge branch 'main' into fix/read-default-persistent
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaineHeffron authored Jul 18, 2024
2 parents aa76e40 + 76eab63 commit 62ac71d
Show file tree
Hide file tree
Showing 11 changed files with 64 additions and 63 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

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

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,52 +11,52 @@ 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.1"
version = "21.2.0"
rust-version = "1.79.0"

[workspace.dependencies.soroban-env-host]
version = "=21.1.2"
version = "=21.2.0"

[workspace.dependencies.soroban-simulation]
version = "21.1.2"
version = "21.2.0"

[workspace.dependencies.soroban-spec]
version = "=21.1.1"
version = "=21.2.0"

[workspace.dependencies.soroban-spec-rust]
version = "=21.1.1"
version = "=21.2.0"

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

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

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

[workspace.dependencies.soroban-sdk]
version = "=21.1.1"
version = "=21.2.0"

[workspace.dependencies.soroban-token-sdk]
version = "=21.1.1"
version = "=21.2.0"

[workspace.dependencies.soroban-ledger-snapshot]
version = "=21.1.1"
version = "=21.2.0"

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

[workspace.dependencies.soroban-rpc]
package = "stellar-rpc-client"
version = "21.3.1"
version = "21.4.0"

[workspace.dependencies.stellar-xdr]
version = "21.1.0"
version = "21.2.0"
default-features = true

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ Watch the network for contract events

###### **Options:**

* `--start-ledger <START_LEDGER>` — The first ledger sequence number in the range to pull events <https://developers.stellar.org/docs/encyclopedia/ledger-headers#ledger-sequence>
* `--start-ledger <START_LEDGER>` — The first ledger sequence number in the range to pull events https://developers.stellar.org/docs/learn/encyclopedia/network-configuration/ledger-headers#ledger-sequence
* `--cursor <CURSOR>` — The cursor corresponding to the start of the event range
* `--output <OUTPUT>` — Output formatting options for event stream

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.1"
version = "21.2.0"
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.1"
version = "21.2.0"
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.1"
version = "21.2.0"
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.1"
version = "21.2.0"
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.1"
version = "21.2.0"
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.1"
version = "21.2.0"
edition = "2021"
rust-version.workspace = true
autobins = false
Expand Down
Loading

0 comments on commit 62ac71d

Please sign in to comment.