From 467b33692ac2224f6ccfb6b4e96d7dfe2ea09ec7 Mon Sep 17 00:00:00 2001 From: Rain Date: Sat, 17 Aug 2024 19:02:37 -0700 Subject: [PATCH] [camino] version 1.1.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d6dc3a19..bccbcf879 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["."] [package] name = "camino" description = "UTF-8 paths" -version = "1.1.8" +version = "1.1.9" license = "MIT OR Apache-2.0" readme = "README.md" rust-version = "1.34.0"