Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed Jun 16, 2022
1 parent 9ebaffc commit e4daa08
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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 benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rulex = { version = "0.4.0", path = "../rulex-lib" }
rulex = { version = "0.4.2", path = "../rulex-lib" }
criterion = { git = "https://github.com/bheisler/criterion.rs", branch = "version-0.4" }

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion rulex-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thiserror = "1.0.30"
miette = { version = "4.2.1", features = ["fancy"] }

[dependencies.rulex]
version = "0.4.0"
version = "0.4.2"
path = "../rulex-lib"
features = ["dbg", "miette"]

Expand Down
2 changes: 1 addition & 1 deletion rulex-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rulex"
description = "A new regular expression language"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
authors = ["Ludwig Stecher <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions rulex-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rulex-macro"
description = "Macro for converting rulex expressions to regexes"
version = "0.4.0"
version = "0.4.2"
edition = "2021"
authors = ["Ludwig Stecher <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -19,4 +19,4 @@ default = []
diagnostics = []

[dependencies]
rulex = { version = "0.4.0", path = "../rulex-lib" }
rulex = { version = "0.4.2", path = "../rulex-lib" }

0 comments on commit e4daa08

Please sign in to comment.