From 98855d442d70dc8ba40c1eb646132be43761c423 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sun, 19 Apr 2020 10:23:33 -0700 Subject: Bump version to 0.3.3 This change bumps the version of the crate to 0.3.3. The following notable changes have been made since 0.3.2: - Added bash completion support via shell-complete utility program - Updated minimum required Rust version to 1.40.0 - Converted Cargo.lock to new lock file format - Bumped libc dependency to 0.2.69 - Bumped structopt dependency to 0.3.13 - Bumped various transitive dependencies to most recent versions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 627ee63..18d8968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ [package] name = "nitrocli" -version = "0.3.2" +version = "0.3.3" edition = "2018" authors = ["Daniel Mueller "] license = "GPL-3.0-or-later" -- cgit v1.2.1