Skip to content

Commit

Permalink
Update version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2a-42 committed Jun 2, 2024
1 parent dda8678 commit 60d50d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lelwel"
version = "0.6.0"
version = "0.6.1"
description = "Resilient LL(1) parser generator"
repository = "https://github.com/0x2a-42/lelwel"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ expr_paren: '(' expr ')';
codespan-reporting = "0.11.1"

[build-dependencies]
lelwel = "0.6.0"
lelwel = "0.6.1"
```
```rust
fn main() {
Expand Down

0 comments on commit 60d50d7

Please sign in to comment.