diff --git a/Cargo.lock b/Cargo.lock index 849d1d8..16064a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ dependencies = [ [[package]] name = "unescaper" -version = "0.1.8" +version = "0.1.9" dependencies = [ "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index 5cffda2..483b737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR GPL-3.0-only" name = "unescaper" readme = "README.md" repository = "https://github.com/hack-ink/unescaper" -version = "0.1.8" +version = "0.1.9" [package.metadata.docs.rs] all-features = true