diff --git a/Cargo.lock b/Cargo.lock index 058369f698..b2bea68f08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ dependencies = [ [[package]] name = "just" -version = "0.3.10" +version = "0.3.11" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "assert_matches 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e8a512a135..70e7d16690 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.3.10" +version = "0.3.11" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "CC0-1.0"