From 8f0be83a1c1c69155ae98dfd3ff1faf954426998 Mon Sep 17 00:00:00 2001 From: Richard Melkonian Date: Mon, 8 Apr 2024 12:52:35 +0200 Subject: [PATCH] add zstd, test ci --- .github/workflows/m2-ci.yml | 9 --------- Cargo.toml | 2 ++ 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/m2-ci.yml b/.github/workflows/m2-ci.yml index 4bc832a7b..256caa5ea 100644 --- a/.github/workflows/m2-ci.yml +++ b/.github/workflows/m2-ci.yml @@ -36,15 +36,6 @@ jobs: components: rustfmt, clippy override: true - - name: Cache Rust dependencies - uses: actions/cache@v2 - with: - path: | - ~/.cargo/registry - ~/.cargo/git - target - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - name: cargo check run: | eval "$(ssh-agent -s)" diff --git a/Cargo.toml b/Cargo.toml index 7992e6acd..a88401e80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,6 +52,8 @@ thiserror = "1.0.50" x25519-dalek = "1.0.1" rand = "0.7.3" rand_core = "0.5.1" +zstd-safe = "0.11.2" +zstd-sys = "2.0.7" # Sovereign Labs dependencies sov-modules-api = { git = "ssh://git@github.com/Sovereign-Labs/sovereign-sdk-wip.git", rev = "517e99e558513e24983d8d09ef16a73675ea1a1b" }