From c9dac9052939a7fec0b6dd8c3e627c36581a3ffe Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Mon, 4 Apr 2022 20:33:26 +0200 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57667a2..990c5f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stuff" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Stuffing things into pointers." readme = "./README.md"