Skip to content

Commit

Permalink
Bump env to 22.1.3 (#1423)
Browse files Browse the repository at this point in the history
### What

Bump env to 22.1.3

### Why

Picking up the invocation metering fix

### Known limitations

N/A
  • Loading branch information
dmkozh authored Jan 6, 2025
1 parent 1d4afb3 commit 1c54216
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
20 changes: 10 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ soroban-ledger-snapshot = { version = "22.0.4", path = "soroban-ledger-snapshot"
soroban-token-sdk = { version = "22.0.4", path = "soroban-token-sdk" }

[workspace.dependencies.soroban-env-common]
version = "=22.1.2"
version = "=22.1.3"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"

[workspace.dependencies.soroban-env-guest]
version = "=22.1.2"
version = "=22.1.3"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"

[workspace.dependencies.soroban-env-host]
version = "=22.1.2"
version = "=22.1.3"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"

Expand Down
20 changes: 10 additions & 10 deletions tests/fuzz/fuzz/Cargo.lock

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

0 comments on commit 1c54216

Please sign in to comment.