mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-08-24 22:29:22 +00:00
Merge pull request #2 from vacp2p/windows_compatability
Windows compatability/Toolchain/Lock file
This commit is contained in:
@@ -5,4 +5,3 @@ deps/
|
||||
data/
|
||||
.idea/
|
||||
.vscode/
|
||||
Cargo.lock
|
||||
|
||||
Generated
+1620
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
[toolchain]
|
||||
channel = "nightly"
|
||||
Reference in New Issue
Block a user