Skip to content

Commit

Permalink
bump to v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Apr 3, 2024
1 parent 8a6b3e6 commit e897dca
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.5"
version = "0.1.6"
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.5" }
quoth-macros = { path = "quoth-macros", version = "0.1.6" }
regex = "1.10"
rust_decimal = "1"
safe-string = { git = "https://github.com/sam0x17/safe-string.git", branch = "main" }
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.5"
version = "0.1.6"
edition = "2021"
authors = ["sam0x17"]
description = "support macros for quoth"
Expand Down

0 comments on commit e897dca

Please sign in to comment.