Skip to content

Commit

Permalink
Release 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejhirsz committed Dec 10, 2018
1 parent b190030 commit 7dbc3ed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
19 changes: 16 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions logos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "logos"
version = "0.9.3"
version = "0.9.4"
authors = ["maciejhirsz <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Create ridiculously fast Lexers"
Expand All @@ -13,8 +13,7 @@ edition = "2018"

[dependencies]
toolshed = { version = "0.8", optional = true }
# logos-derive = { version = "0.9.3", optional = true }
logos-derive = { path = "../logos-derive", optional = true }
logos-derive = { version = "0.9.4", optional = true }

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

0 comments on commit 7dbc3ed

Please sign in to comment.