From 083e113be7a0a3322dcf76744935c3f3b2ca2594 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 5 Apr 2022 17:14:27 +0200 Subject: [PATCH] bump version for cool new docs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56e0bff..c0b01d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stuff" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "Stuffing things into pointers." readme = "./README.md"