From 7bf70b0431091370b14baf7c1bc1d6083dc9f365 Mon Sep 17 00:00:00 2001 From: Alan Egerton Date: Mon, 4 Oct 2021 19:41:05 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ffb1cbe..a42ee51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thinnable" -version = "0.3.1" +version = "0.3.2" authors = ["Alan Egerton "] edition = "2018" description = "Thin references to unsized types."