From b06773d08dd5dc6b70bef3eb5c534042a034ed58 Mon Sep 17 00:00:00 2001 From: Junichi Kato Date: Wed, 11 Sep 2024 00:05:12 +0000 Subject: [PATCH] hocon's version up to oni-comb-hocon-rs-v0.1.539 --- hocon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hocon/Cargo.toml b/hocon/Cargo.toml index 15b62f81..8a06edc6 100644 --- a/hocon/Cargo.toml +++ b/hocon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oni-comb-hocon-rs" -version = "0.1.538" +version = "0.1.539" edition = "2021" description = "A Rust crate for HOCON parser" license = "MIT OR Apache-2.0"