Skip to content

Commit

Permalink
bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Mar 27, 2024
1 parent 539a052 commit d0ad11d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["quoth-macros"]

[package]
name = "quoth"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["sam0x17"]
description = "Quoth is a scannerless (no-lexing), developer-friendly parsing library for implementing DSLs and syntax parsers in Rust"
Expand Down
2 changes: 1 addition & 1 deletion quoth-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quoth-macros"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["sam0x17"]
description = "support macros for quoth"
Expand Down

0 comments on commit d0ad11d

Please sign in to comment.