@@ -115,10 +115,10 @@ tracy-client = { version = "=0.17.0", features = [
115115# unify them, perturbing the contents of the lockfile.
116116
117117[dependencies .soroban-env-host-p27 ]
118- version = " =26.1.2 "
118+ version = " =27.0.0 "
119119git = " https://github.com/stellar/rs-soroban-env"
120120package = " soroban-env-host"
121- rev = " 7fb0a840812fe8921bb48bebf7b4aa7160467ec8 "
121+ rev = " b03d2563f3a08d51095a19bdbb6d90364b8ce04a "
122122optional = true
123123
124124[dependencies .soroban-env-host-p26 ]
@@ -167,24 +167,24 @@ optional = true
167167# supported host, since test material usually just grows over time.
168168
169169[dependencies .soroban-test-wasms ]
170- version = " =26 .0.0"
170+ version = " =27 .0.0"
171171git = " https://github.com/stellar/rs-soroban-env"
172- rev = " b351f88a468d3b9e1d6de53d5b0ca585f6b7dadb "
172+ rev = " b03d2563f3a08d51095a19bdbb6d90364b8ce04a "
173173
174174[dependencies .soroban-synth-wasm ]
175- version = " =26 .0.0"
175+ version = " =27 .0.0"
176176git = " https://github.com/stellar/rs-soroban-env"
177- rev = " b351f88a468d3b9e1d6de53d5b0ca585f6b7dadb "
177+ rev = " b03d2563f3a08d51095a19bdbb6d90364b8ce04a "
178178
179179# The soroban-fuzz-targets crate will actually pull in _its own copy_ of the
180180# soroban host (or at least unify with one of the versions above if you're doing
181181# a unified build) which means that it should also be updated any time the max
182182# soroban is updated -- it should track the highest protocol available (or
183183# at least whichever one you want to fuzz).
184184[dependencies .soroban-fuzz-targets ]
185- version = " =26 .0.0"
185+ version = " =27 .0.0"
186186git = " https://github.com/stellar/rs-soroban-env"
187- rev = " b351f88a468d3b9e1d6de53d5b0ca585f6b7dadb "
187+ rev = " b03d2563f3a08d51095a19bdbb6d90364b8ce04a "
188188optional = true
189189
190190[dependencies .stellar-quorum-analyzer ]
0 commit comments