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