mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-08 16:53:13 +00:00
9 lines
103 B
Bash
Executable File
9 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Set nightly as the default toolchain
|
|
rustup override set nightly
|
|
|
|
# Build
|
|
cargo build
|
|
|