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
- 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

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
[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",