mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
Merge pull request #2 from vacp2p/windows_compatability
Windows compatability/Toolchain/Lock file
This commit is contained in:
commit
6436575a44
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,4 +5,3 @@ deps/
|
||||
data/
|
||||
.idea/
|
||||
.vscode/
|
||||
Cargo.lock
|
||||
|
||||
1620
Cargo.lock
generated
Normal file
1620
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -27,7 +27,7 @@ serde_json = "1.0.81"
|
||||
env_logger = "0.10"
|
||||
log = "0.4"
|
||||
|
||||
rocksdb = { version = "0.21.0", default-features = false, features = ["snappy", "jemalloc"] }
|
||||
rocksdb = { version = "0.21.0", default-features = false, features = ["snappy"] }
|
||||
|
||||
#ToDo: Add necessary risc0 submodules for zkvm module
|
||||
|
||||
|
||||
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
@ -0,0 +1,2 @@
|
||||
[toolchain]
|
||||
channel = "nightly"
|
||||
Loading…
x
Reference in New Issue
Block a user