From ee454dc75b3accc5657c69d486843cd673a97e75 Mon Sep 17 00:00:00 2001 From: Ryan Chandler Date: Mon, 28 Nov 2022 17:30:00 +0000 Subject: [PATCH] wip --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2f5f89..bea4da0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A handwritten recursive-descent parser for PHP written in Rust" keywords = ["php", "php-parser", "parser", "php-parser-rs", "php-ast"] license = "MIT" repository = "https://github.com/ryangjchandler/php-parser-rs" -version = "0.0.0" +version = "0.0.0-b1" edition = "2021" [lib]