From a8bc9334c68c8101c41aa1bf2e4275f453d181c3 Mon Sep 17 00:00:00 2001 From: Junichi Kato Date: Sun, 6 Oct 2024 00:26:50 +0000 Subject: [PATCH] parser's version up to oni-comb-parser-rs-v0.0.577 --- parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index d548e62a..76305d53 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oni-comb-parser-rs" -version = "0.0.576" +version = "0.0.577" edition = "2021" description = "A Rust crate for parser combinators" license = "MIT OR Apache-2.0"