Merge branch 'main' into Pravdyvy/accounts-core

This commit is contained in:
Oleksandr Pravdyvyi 2024-10-31 10:31:52 +02:00
commit 9c5dee8f37
18 changed files with 42 additions and 33 deletions

View File

@ -59,7 +59,14 @@ jobs:
if: success() || failure()
run: |
cargo clippy --release -- -D warnings
- name: install taplo
if: success() || failure()
run: |
cargo install taplo-cli --locked
- name: taplo fmt
if: success() || failure()
run: |
taplo fmt --check
test:
strategy:
matrix:

View File

@ -38,7 +38,9 @@ monotree = "0.1.5"
hex = "0.4.3"
aes-gcm = "0.10.3"
rocksdb = { version = "0.21.0", default-features = false, features = ["snappy"] }
rocksdb = { version = "0.21.0", default-features = false, features = [
"snappy",
] }
#ToDo: Add necessary risc0 submodules for zkvm module