Skip to content

Commit

Permalink
Bump revision of vise crates
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed Apr 5, 2024
1 parent a7f3ca1 commit 5c800b2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions node/Cargo.lock

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

4 changes: 2 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ zksync_protobuf_build = { path = "libs/protobuf_build" }

# Crates from Matter Labs.
pairing = { package = "pairing_ce", git = "https://github.com/matter-labs/pairing.git", rev = "d24f2c5871089c4cd4f54c0ca266bb9fef6115eb" }
vise = { version = "0.1.0", git = "https://github.com/matter-labs/vise.git", rev = "1c9cc500e92cf9ea052b230e114a6f9cce4fb2c1" }
vise-exporter = { version = "0.1.0", git = "https://github.com/matter-labs/vise.git", rev = "1c9cc500e92cf9ea052b230e114a6f9cce4fb2c1" }
vise = { version = "0.1.0", git = "https://github.com/matter-labs/vise.git", rev = "a5bb80c9ce7168663114ee30e794d6dc32159ee4" }
vise-exporter = { version = "0.1.0", git = "https://github.com/matter-labs/vise.git", rev = "a5bb80c9ce7168663114ee30e794d6dc32159ee4" }

# Crates from third-parties.
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion node/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ skip = [
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-org = { github = ["matter-labs", "slowli"] } # TODO: remove once `vise` is published
allow-org = { github = ["matter-labs"] } # TODO: remove once `vise` is published

0 comments on commit 5c800b2

Please sign in to comment.