diff --git a/.github/workflows/ci-rust-sdk.yml b/.github/workflows/ci-rust-sdk.yml index 3ecfd0b3d..86140638b 100644 --- a/.github/workflows/ci-rust-sdk.yml +++ b/.github/workflows/ci-rust-sdk.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 1b998bd51..e505087dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] @@ -65,3 +64,4 @@ lto = true tokio = { version = "1", features = ["full"] } sdk_tests = { path = "tests/integration/rust" } ctor = "*" +dotenv = "0.15.0"