mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-08 00:03:09 +00:00
Merge branch 'main' into Pravdyvy/accounts-core
This commit is contained in:
commit
9c5dee8f37
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user