From 7c9041ffe2bdc354e28e8b0f5d713b63a315f7a7 Mon Sep 17 00:00:00 2001 From: Chance Date: Fri, 23 Feb 2024 17:13:46 -0500 Subject: [PATCH] v0.4.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e473c79..af48cbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["json-pointer", "rfc-6901", "6901"] license = "MIT OR Apache-2.0" name = "jsonptr" repository = "https://github.com/chanced/jsonptr" -version = "0.4.4" +version = "0.4.5" [dependencies] fluent-uri = { version = "0.1.4", optional = true, default-features = false }