File tree Expand file tree Collapse file tree 3 files changed +22
-19
lines changed
Expand file tree Collapse file tree 3 files changed +22
-19
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ version = "=22.1.4"
1515
1616[workspace .dependencies .soroban-env-host-curr ]
1717package = " soroban-env-host"
18- version = " =23.0.0 "
18+ version = " =23.0.1 "
1919
2020[workspace .dependencies .soroban-simulation-prev ]
2121package = " soroban-simulation"
2222version = " =22.1.4"
2323
2424[workspace .dependencies .soroban-simulation-curr ]
2525package = " soroban-simulation"
26- version = " =23.0.0 "
26+ version = " =23.0.1 "
2727
2828[workspace .dependencies .stellar-xdr ]
2929version = " =23.0.0"
@@ -39,4 +39,4 @@ serde_json = "1.0"
3939
4040[profile .release-with-panic-unwind ]
4141inherits = ' release'
42- panic = ' unwind'
42+ panic = ' unwind'
You can’t perform that action at this time.
0 commit comments