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