Skip to content

Commit

Permalink
audit fail casper-client vergen
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Mar 8, 2024
1 parent 2b7625b commit 16a151b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-rust-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
command: fmt
args: -- --check

- name: Audit
uses: actions-rs/cargo@v1
with:
command: audit
args: --deny warnings || true
# - name: Audit
# uses: actions-rs/cargo@v1
# with:
# command: audit
# args: --deny warnings || true

- name: Clippy
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ rust_decimal = "1.10"
blake2 = { version = "0.9.0", default-features = false }
reqwest = { version = "0.11", default-features = false, features = ["stream"] }
futures-util = "*"
dotenv = "0.15.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand All @@ -65,3 +64,4 @@ lto = true
tokio = { version = "1", features = ["full"] }
sdk_tests = { path = "tests/integration/rust" }
ctor = "*"
dotenv = "0.15.0"

0 comments on commit 16a151b

Please sign in to comment.