dependency tweaks

This commit is contained in:
Andrew Cassidy 2024-06-18 21:36:26 -07:00
parent 8649f2e949
commit 86a85da562
2 changed files with 5 additions and 4 deletions

View File

@ -21,12 +21,11 @@ jobs:
yaclog show yaclog show
- name: Rust setup - name: Rust setup
run: rustup toolchain install stable --profile minimal --component rustfmt run: rustup toolchain install stable --profile minimal
- name: Run Checks - name: Run Checks
run: | run: |
cargo check cargo check
cargo fmt --check
- name: Run Unit Tests - name: Run Unit Tests
run: cargo test run: cargo test

View File

@ -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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
generic_parameterize = "0.2.0" itertools = "0.13.0"
itertools = "0.10.5"
num-traits = "0.2.15" num-traits = "0.2.15"
[dev-dependencies]
generic_parameterize = "0.3.0"
[package.metadata.docs.rs] [package.metadata.docs.rs]
rustdoc-args = [ rustdoc-args = [
"--html-in-header", "--html-in-header",