From 1abbc37eef2510ff6858e43c69abd2314b1224e3 Mon Sep 17 00:00:00 2001 From: Rain Date: Tue, 21 Feb 2023 21:21:10 -0800 Subject: [PATCH] [camino] version 1.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9530a602a..d0daceff78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = [".", "camino-examples"] [package] name = "camino" description = "UTF-8 paths" -version = "1.1.2" +version = "1.1.3" license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["paths", "utf8", "unicode", "filesystem"]