From 3621e0224a6f8720204bfbfe7f2b6245c01b5b92 Mon Sep 17 00:00:00 2001 From: Quentin BUATHIER Date: Fri, 15 Dec 2023 16:35:27 +0100 Subject: [PATCH] Release 0.1.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b3ca06..7557022 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,7 +91,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "checkout" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0aa03a6..bf199ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "checkout" -version = "0.1.6" +version = "0.1.7" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html