From 2b263d5a8fe66b2e9b6814f522138b343eeec32a Mon Sep 17 00:00:00 2001 From: Joshua Barretto Date: Wed, 22 Jan 2025 16:27:22 +0000 Subject: [PATCH] Bumped version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87616f53..15b3885d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chumsky" -version = "1.0.0-alpha.7" +version = "1.0.0-alpha.8" description = "A parser library for humans with powerful error recovery" authors = ["Joshua Barretto ", "Elijah Hartvigsen "] repository = "https://github.com/zesterer/chumsky"