From 86a85da5628fcb92943c277104ec351d8f30019b Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Tue, 18 Jun 2024 21:36:26 -0700 Subject: [PATCH] dependency tweaks --- .github/workflows/cargo-test-publish.yaml | 3 +-- Cargo.toml | 6 ++++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cargo-test-publish.yaml b/.github/workflows/cargo-test-publish.yaml index b2a789b..350b22d 100644 --- a/.github/workflows/cargo-test-publish.yaml +++ b/.github/workflows/cargo-test-publish.yaml @@ -21,12 +21,11 @@ jobs: yaclog show - name: Rust setup - run: rustup toolchain install stable --profile minimal --component rustfmt + run: rustup toolchain install stable --profile minimal - name: Run Checks run: | cargo check - cargo fmt --check - name: Run Unit Tests run: cargo test diff --git a/Cargo.toml b/Cargo.toml index fa769d9..4fb30b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,10 +11,12 @@ repository = "https://github.com/drewcassidy/vector-victor" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -generic_parameterize = "0.2.0" -itertools = "0.10.5" +itertools = "0.13.0" num-traits = "0.2.15" +[dev-dependencies] +generic_parameterize = "0.3.0" + [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header",