Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCourtney committed Jun 23, 2021
1 parent 319c3bf commit 1b622d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parce"
version = "0.0.0"
version = "0.0.1"
authors = ["Joel Courtney <[email protected]>"]
edition = "2018"
description = "A pure-rust parser generator"
Expand All @@ -11,7 +11,7 @@ keywords = ["parser", "lexer", "grammar", "macro"]
categories = ["algorithms", "parsing", "text-processing"]

[dependencies]
parce_macros = { path = "macros", version = "0.0.0" }
parce_macros = { path = "macros", version = "0.0.1" }
lazy_static = "1.4.0"
regex = "1.5.4"
colored = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parce_macros"
version = "0.0.0"
version = "0.0.1"
authors = ["Joel Courtney <[email protected]>"]
edition = "2018"
description = "Proc macros for the parce crate"
Expand Down

0 comments on commit 1b622d4

Please sign in to comment.