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
|
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
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user