Skip to content

Commit

Permalink
bump to v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Jun 21, 2024
1 parent a02709e commit c50cc3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions 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.6"
version = "0.1.7"
edition = "2021"
authors = ["sam0x17"]
description = "Quoth is a scannerless (no-lexing), developer-friendly parsing library for implementing DSLs and syntax parsers in Rust"
Expand All @@ -13,7 +13,7 @@ repository = "https://github.com/sam0x17/quoth"
license = "MIT"

[dependencies]
quoth-macros = { path = "quoth-macros", version = "0.1.6" }
quoth-macros = { path = "quoth-macros", version = "0.1.7" }
regex = "1.10"
rust_decimal = "1"
safe-string = "0.1.11"
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.6"
version = "0.1.7"
edition = "2021"
authors = ["sam0x17"]
description = "support macros for quoth"
Expand Down

0 comments on commit c50cc3b

Please sign in to comment.