From 0853ee103be11cb0b92252d52b83dcc242955146 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Fri, 26 Jul 2024 10:46:17 +0200 Subject: [PATCH] chore: bump to v0.2.1, v0.2.2 was too early oopsie --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91389ea..6e7d2ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crock" -version = "0.2.2" +version = "0.2.1" edition = "2021" publish = true authors = ["Christoph J. Scherr "]