From 2c77fa9f5c54426647d13e898f430e7329271583 Mon Sep 17 00:00:00 2001 From: Rain Date: Tue, 11 Jul 2023 21:46:51 -0700 Subject: [PATCH] [camino] version 1.1.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79c926184b..8a67680eb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = [".", "camino-examples"] [package] name = "camino" description = "UTF-8 paths" -version = "1.1.4" +version = "1.1.5" license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["paths", "utf8", "unicode", "filesystem"]