Skip to content

Commit 89eadd3

Browse files
authored
fix: allow compilation under current toolchain (#3176)
Nightly breaks regex crate. The option is to either remove the nightly feature we used that now breaks, or pin nightly to something prior to 2024-10-17. The first option was picked, which requires updates to downstream dependencies. This PR updates said dependencies.
1 parent dd166f8 commit 89eadd3

File tree

4 files changed

+98
-98
lines changed

4 files changed

+98
-98
lines changed

Cargo.lock

Lines changed: 29 additions & 29 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
@@ -219,15 +219,15 @@ circuit_sequencer_api_1_3_3 = { package = "circuit_sequencer_api", version = "0.
219219
circuit_sequencer_api_1_4_0 = { package = "circuit_sequencer_api", version = "0.140" }
220220
circuit_sequencer_api_1_4_1 = { package = "circuit_sequencer_api", version = "0.141" }
221221
circuit_sequencer_api_1_4_2 = { package = "circuit_sequencer_api", version = "0.142" }
222-
circuit_sequencer_api_1_5_0 = { package = "circuit_sequencer_api", version = "=0.150.6" }
222+
circuit_sequencer_api_1_5_0 = { package = "circuit_sequencer_api", version = "=0.150.7" }
223223
crypto_codegen = { package = "zksync_solidity_vk_codegen", version = "=0.30.1" }
224-
kzg = { package = "zksync_kzg", version = "=0.150.6" }
224+
kzg = { package = "zksync_kzg", version = "=0.150.7" }
225225
zk_evm = { version = "=0.133.0" }
226226
zk_evm_1_3_1 = { package = "zk_evm", version = "0.131.0-rc.2" }
227227
zk_evm_1_3_3 = { package = "zk_evm", version = "0.133" }
228228
zk_evm_1_4_0 = { package = "zk_evm", version = "0.140" }
229229
zk_evm_1_4_1 = { package = "zk_evm", version = "0.141" }
230-
zk_evm_1_5_0 = { package = "zk_evm", version = "=0.150.6" }
230+
zk_evm_1_5_0 = { package = "zk_evm", version = "=0.150.7" }
231231

232232
# New VM; pinned to a specific commit because of instability
233233
zksync_vm2 = { git = "https://github.com/matter-labs/vm2.git", rev = "df5bec3d04d64d434f9b0ccb285ba4681008f7b3" }

0 commit comments

Comments
 (0)