Fix compile error.

This commit is contained in:
SoraSuegami
2024-03-02 15:19:23 +09:00
parent 5b383648df
commit 1a1ba32de8
3 changed files with 345 additions and 373 deletions

697
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -135,3 +135,8 @@ halo2_proofs = { git = "https://github.com/privacy-scaling-explorations//halo2.g
[patch.crates-io]
colored = { git = "https://github.com/colored-rs/colored.git", version = "2.0.4", tag = "v2.0.4" }
lalrpop = { git = "https://github.com/lalrpop/lalrpop.git", tag = "0.20.0", version = "0.20.0" }
lalrpop-util = { git = "https://github.com/lalrpop/lalrpop.git", tag = "0.20.0", version = "0.20.0" }
cargo-platform = { git = "https://github.com/rust-lang/cargo.git", rev = "2b28383", version = "0.1.5" }
bumpalo = { git = "https://github.com/fitzgen/bumpalo.git", tag = "3.14.0", version = "3.14.0" }
ahash = { git = "https://github.com/tkaitchuck/aHash.git", rev = "2153ab9", version = "0.8.6" }

View File

@@ -1 +1,15 @@
1.73.0
[channel]
nightly = "2022-12-18"
[target.'cfg(any(wasm32-unknown-unknown))']
rustc = "nightly-2022-12-18"
[components]
rustfmt = { version = "nightly-2022-12-18", features = [] }
[toolchain]
channel = "nightly-2022-12-18"
profile = "minimal"
[tool.rustup]
version = "1.25.1"