Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejhirsz committed Apr 25, 2020
1 parent 8034267 commit 207294b
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.

2 changes: 1 addition & 1 deletion logos-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "logos-derive"
version = "0.11.3"
version = "0.11.4"
authors = ["Maciej Hirsz <hello@maciej.codes>"]
license = "MIT OR Apache-2.0"
description = "Create ridiculously fast Lexers"
Expand Down
4 changes: 2 additions & 2 deletions logos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "logos"
version = "0.11.1"
version = "0.11.2"
authors = ["Maciej Hirsz <hello@maciej.codes>"]
license = "MIT OR Apache-2.0"
description = "Create ridiculously fast Lexers"
Expand All @@ -12,7 +12,7 @@ readme = "../README.md"
edition = "2018"

[dependencies]
logos-derive = { version = "0.11.2", optional = true }
logos-derive = { version = "0.11.4", optional = true }

[features]
default = ["export_derive", "std"]
Expand Down

0 comments on commit 207294b

Please sign in to comment.