Skip to content

Commit

Permalink
Release 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejhirsz committed Dec 11, 2018
1 parent e00728f commit 7ebfe8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 logos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "logos"
version = "0.9.4"
version = "0.9.5"
authors = ["maciejhirsz <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Create ridiculously fast Lexers"
Expand All @@ -13,7 +13,7 @@ edition = "2018"

[dependencies]
toolshed = { version = "0.8", optional = true }
logos-derive = { version = "0.9.4", optional = true }
logos-derive = { version = "0.9.5", optional = true }

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

0 comments on commit 7ebfe8a

Please sign in to comment.