From 921cead83386fac20c7a24bab46b0a55c86b5866 Mon Sep 17 00:00:00 2001 From: Drew De Ponte Date: Thu, 5 May 2022 12:22:03 -0400 Subject: [PATCH] Bump version to v4.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d14350a..cbed4c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -188,7 +188,7 @@ dependencies = [ [[package]] name = "gps" -version = "4.0.0" +version = "4.0.1" dependencies = [ "ansi_term 0.12.1", "git2", diff --git a/Cargo.toml b/Cargo.toml index a445161..afb52a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gps" -version = "4.0.0" +version = "4.0.1" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html