From f84f197c0176d1a0b3b974d2480b514286b7b28f Mon Sep 17 00:00:00 2001 From: Junichi Kato Date: Thu, 28 Sep 2023 00:08:25 +0000 Subject: [PATCH] uri's version up to oni-comb-uri-rs-v0.2.200 --- uri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uri/Cargo.toml b/uri/Cargo.toml index 85f98496..c1c089cc 100644 --- a/uri/Cargo.toml +++ b/uri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oni-comb-uri-rs" -version = "0.2.199" +version = "0.2.200" edition = "2021" description = "A Rust crate for uri parser" license = "MIT OR Apache-2.0"