Skip to content

Commit

Permalink
Bump version to 0.3.8 and update dependencies (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Feb 16, 2018
1 parent 9eac537 commit 0e42d14
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 73 deletions.
141 changes: 83 additions & 58 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "just"
version = "0.3.7"
version = "0.3.8"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <[email protected]>"]
license = "CC0-1.0"
Expand Down
14 changes: 0 additions & 14 deletions tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -730,20 +730,6 @@ default:
status: 100,
}

integration_test! {
name: quiet_flag_or_dry_run_flag,
justfile: "",
args: ("--quiet", "--dry-run"),
stdout: "",
stderr: &format!("error: The argument '--dry-run' cannot be used with '--quiet'
USAGE:
just{} --color <COLOR> --quiet --shell <SHELL>
For more information try --help\n", env::consts::EXE_SUFFIX),
status: 1,
}

integration_test! {
name: argument_single,
justfile: "
Expand Down

0 comments on commit 0e42d14

Please sign in to comment.