Skip to content

Commit

Permalink
bump to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Apr 1, 2024
1 parent 2d4d598 commit 268b023
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.3"
version = "0.1.4"
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,6 +13,6 @@ repository = "https://github.com/sam0x17/quoth"
license = "MIT"

[dependencies]
quoth-macros = { path = "quoth-macros", version = "0.1.3" }
quoth-macros = { path = "quoth-macros", version = "0.1.4" }
regex = "1.10"
rust_decimal = "1"
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.3"
version = "0.1.4"
edition = "2021"
authors = ["sam0x17"]
description = "support macros for quoth"
Expand Down

0 comments on commit 268b023

Please sign in to comment.