Skip to content

Commit 1854ce1

Browse files
authored
Merge pull request #501 from stellar/release/v23.0.1
Merge v23.0.1 release branch to main
2 parents 17b1ac0 + a8efe43 commit 1854ce1

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
## [v23.0.1](https://github.com/stellar/stellar-rpc/compare/v23.0.0...v23.0.1)
6+
- Bump soroban-env lib to v23.0.1 ([#499](https://github.com/stellar/stellar-rpc/pull/499)).
7+
58

69
## [v23.0.0](https://github.com/stellar/stellar-rpc/compare/v22.1.5...v23.0.0): Protocol 23 Release
710

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ version = "=22.1.4"
1515

1616
[workspace.dependencies.soroban-env-host-curr]
1717
package = "soroban-env-host"
18-
version = "=23.0.0"
18+
version = "=23.0.1"
1919

2020
[workspace.dependencies.soroban-simulation-prev]
2121
package = "soroban-simulation"
2222
version = "=22.1.4"
2323

2424
[workspace.dependencies.soroban-simulation-curr]
2525
package = "soroban-simulation"
26-
version = "=23.0.0"
26+
version = "=23.0.1"
2727

2828
[workspace.dependencies.stellar-xdr]
2929
version = "=23.0.0"
@@ -39,4 +39,4 @@ serde_json = "1.0"
3939

4040
[profile.release-with-panic-unwind]
4141
inherits = 'release'
42-
panic = 'unwind'
42+
panic = 'unwind'

0 commit comments

Comments
 (0)