Skip to content

Commit

Permalink
release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fanzeyi committed Jun 15, 2020
1 parent 3468be1 commit 2976716
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 = "cargo-play"
version = "0.4.0"
version = "0.4.1"
authors = ["Zeyi Fan <[email protected]>"]
edition = "2018"
description = "Run your Rust code without setting up Cargo"
Expand Down
2 changes: 1 addition & 1 deletion src/opt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub struct Opt {
#[structopt(long = "cached", hidden = true)]
pub cached: bool,

#[structopt(long = "quiet")]
#[structopt(long = "quiet", short = "q")]
/// Disable output from Cargo (equivlant to `cargo run --quiet`)
pub quiet: bool,

Expand Down

0 comments on commit 2976716

Please sign in to comment.