mirror of
https://github.com/drewcassidy/vector-victor.git
synced 2024-09-01 14:58:35 +00:00
dependency tweaks
This commit is contained in:
parent
8649f2e949
commit
86a85da562
3
.github/workflows/cargo-test-publish.yaml
vendored
3
.github/workflows/cargo-test-publish.yaml
vendored
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user