From 4f217acb29ea5f864f948049fb30b86a22f66102 Mon Sep 17 00:00:00 2001 From: Jonathan Giddy Date: Sun, 19 May 2024 18:18:44 +0100 Subject: [PATCH] Release 0.10.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c23348d..a2e0065 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typle" -version = "0.10.2" +version = "0.10.3" edition = "2021" description = "Generic tuple bounds and transformations" license = "MIT"