From b6f2354a95b8106165d55cb2209808f00fa7fa43 Mon Sep 17 00:00:00 2001 From: Junichi Kato Date: Wed, 18 Dec 2024 00:05:36 +0000 Subject: [PATCH] hocon's version up to oni-comb-hocon-rs-v0.1.636 --- hocon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hocon/Cargo.toml b/hocon/Cargo.toml index 65160949..3f420ee5 100644 --- a/hocon/Cargo.toml +++ b/hocon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oni-comb-hocon-rs" -version = "0.1.635" +version = "0.1.636" edition = "2021" description = "A Rust crate for HOCON parser" license = "MIT OR Apache-2.0"