From 0766dfab9e098d6b5948e72e4904a0d680d2fa7a Mon Sep 17 00:00:00 2001 From: cstolowicz <79222328+cstolowicz@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:09:49 -0300 Subject: [PATCH] Bump version to 0.1.1 (#4) Bump clap-io version after the changes in https://github.com/swift-nav/clap-io/pull/3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94d4f9d..a12ac5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap-io" -version = "0.1.0" +version = "0.1.1" description = "Add input and output flags to clap commands" authors = ["Swift Navigation "] edition = "2021"