Merge pull request #2 from vacp2p/windows_compatability

Windows compatability/Toolchain/Lock file
This commit is contained in:
Moudy 2024-10-02 10:40:45 +02:00 committed by GitHub
commit 6436575a44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1623 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,4 +5,3 @@ deps/
data/
.idea/
.vscode/
Cargo.lock

1620
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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
View File

@ -0,0 +1,2 @@
[toolchain]
channel = "nightly"