Skip to content

Commit

Permalink
Bump version to 22.0.0-rc.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 2, 2024
1 parent 9bc822f commit fa64485
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ members = [
]

[workspace.package]
version = "22.0.0-rc.1"
version = "22.0.0-rc.1.1"
rust-version = "1.79.0"

[workspace.dependencies]
soroban-sdk = { version = "22.0.0-rc.1", path = "soroban-sdk" }
soroban-sdk-macros = { version = "22.0.0-rc.1", path = "soroban-sdk-macros" }
soroban-spec = { version = "22.0.0-rc.1", path = "soroban-spec" }
soroban-spec-rust = { version = "22.0.0-rc.1", path = "soroban-spec-rust" }
soroban-ledger-snapshot = { version = "22.0.0-rc.1", path = "soroban-ledger-snapshot" }
soroban-token-sdk = { version = "22.0.0-rc.1", path = "soroban-token-sdk" }
soroban-sdk = { version = "22.0.0-rc.1.1", path = "soroban-sdk" }
soroban-sdk-macros = { version = "22.0.0-rc.1.1", path = "soroban-sdk-macros" }
soroban-spec = { version = "22.0.0-rc.1.1", path = "soroban-spec" }
soroban-spec-rust = { version = "22.0.0-rc.1.1", path = "soroban-spec-rust" }
soroban-ledger-snapshot = { version = "22.0.0-rc.1.1", path = "soroban-ledger-snapshot" }
soroban-token-sdk = { version = "22.0.0-rc.1.1", path = "soroban-token-sdk" }

[workspace.dependencies.soroban-env-common]
version = "=22.0.0-rc.1.1"
Expand Down

0 comments on commit fa64485

Please sign in to comment.