From 29aeecdd1f5a4460e0191def455d55d9a3b3dc12 Mon Sep 17 00:00:00 2001 From: Al Liu Date: Tue, 2 Apr 2024 16:36:32 +0800 Subject: [PATCH] release `0.8.2` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d16b33c..9775d416 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fs4" # NB: When modifying, also modify html_root_url in lib.rs -version = "0.8.1" +version = "0.8.2" authors = ["Dan Burkert ", "Al Liu "] license = "MIT OR Apache-2.0" repository = "https://github.com/al8n/fs4-rs"