Skip to content

Commit

Permalink
Remove unused 'assert_cli' crate. Update Justfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsully committed Mar 13, 2024
1 parent 312c6c7 commit 7ec24bc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 119 deletions.
121 changes: 5 additions & 116 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ yaml-rust = "0.4.5"
[build-dependencies]
shadow-rs = { version = "0.27.1", default-features = false }

[dev-dependencies]
assert_cli = "~0.6.3"

# Config for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
Expand Down
12 changes: 12 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@ lint:

test:
@cargo test --all

patch:
@cargo release version patch --execute

minor:
@cargo release version minor --execute

major:
@cargo release version major --execute

udeps:
RUSTC_BOOTSTRAP=1 cargo +nightly udeps --all-targets --backend depinfo

0 comments on commit 7ec24bc

Please sign in to comment.