From 265f7a72450d5362038894368b85cee0d191b765 Mon Sep 17 00:00:00 2001 From: Junichi Kato Date: Sun, 4 Aug 2024 00:24:16 +0000 Subject: [PATCH] parser's version up to oni-comb-parser-rs-v0.0.516 --- parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 54eca024..e56c6ea5 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oni-comb-parser-rs" -version = "0.0.515" +version = "0.0.516" edition = "2021" description = "A Rust crate for parser combinators" license = "MIT OR Apache-2.0"