From 7356e7abc2965b3349cda50fbb8396bc1003c662 Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Thu, 3 Oct 2024 11:01:54 +0200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e59e9e2..36f6908 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -867,7 +867,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" [[package]] name = "spicy-format" -version = "0.16.2" +version = "0.17.0" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index cc48121..216566a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spicy-format" -version = "0.16.2" +version = "0.17.0" edition = "2021" license = "MIT" repository = "https://github.com/bbannier/spicy-format"