Skip to content

Commit

Permalink
Adjust risc0-binfmt deps (risc0#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaub authored Jul 21, 2023
1 parent b0c7fce commit 4bf1b84
Show file tree
Hide file tree
Showing 20 changed files with 561 additions and 625 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@ homepage = "https://risczero.com/"
repository = "https://github.com/risc0/risc0/"

[workspace.dependencies]
bonsai-ethereum-relay = { version = "0.2.0", default-features = false, path = "bonsai/ethereum-relay" }
bonsai-rest-api-mock = { version = "0.2.0", default-features = false, path = "bonsai/rest-api-mock" }
bonsai-sdk = { version = "0.2.0", default-features = false, path = "bonsai/sdk" }
risc0-binfmt = { version = "0.16.1", default-features = false, path = "risc0/binfmt" }
risc0-build = { version = "0.16.1", default-features = false, path = "risc0/build" }
risc0-build-kernel = { version = "0.16.1", default-features = false, path = "risc0/build_kernel" }
risc0-circuit-rv32im = { version = "0.16.1", default-features = false, path = "risc0/circuit/rv32im" }
bonsai-ethereum-relay = { version = "0.2.0", default-features = false, path = "bonsai/ethereum-relay" }
bonsai-rest-api-mock = { version = "0.2.0", default-features = false, path = "bonsai/rest-api-mock" }
bonsai-sdk = { version = "0.2.0", default-features = false, path = "bonsai/sdk" }
risc0-binfmt = { version = "0.16.1", default-features = false, path = "risc0/binfmt" }
risc0-build = { version = "0.16.1", default-features = false, path = "risc0/build" }
risc0-build-kernel = { version = "0.16.1", default-features = false, path = "risc0/build_kernel" }
risc0-circuit-rv32im = { version = "0.16.1", default-features = false, path = "risc0/circuit/rv32im" }
risc0-circuit-rv32im-sys = { version = "0.16.1", default-features = false, path = "risc0/circuit/rv32im-sys" }
risc0-core = { version = "0.16.1", default-features = false, path = "risc0/core" }
risc0-sys = { version = "0.16.1", default-features = false, path = "risc0/sys" }
risc0-zkp = { version = "0.16.1", default-features = false, path = "risc0/zkp" }
risc0-zkvm = { version = "0.16.1", default-features = false, path = "risc0/zkvm" }
risc0-zkvm-platform = { version = "0.16.1", default-features = false, path = "risc0/zkvm/platform" }
risc0-core = { version = "0.16.1", default-features = false, path = "risc0/core" }
risc0-sys = { version = "0.16.1", default-features = false, path = "risc0/sys" }
risc0-zkp = { version = "0.16.1", default-features = false, path = "risc0/zkp" }
risc0-zkvm = { version = "0.16.1", default-features = false, path = "risc0/zkvm" }
risc0-zkvm-platform = { version = "0.16.1", default-features = false, path = "risc0/zkvm/platform" }

[profile.bench]
lto = true
Expand Down
Loading

0 comments on commit 4bf1b84

Please sign in to comment.