Skip to content

Commit

Permalink
Prepping release 0.12 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejhirsz authored Feb 1, 2021
1 parent 4181591 commit 3f9239a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 162 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
**/*.rs.bk
Cargo.lock
157 changes: 0 additions & 157 deletions Cargo.lock

This file was deleted.

4 changes: 2 additions & 2 deletions 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.5"
version = "0.12.0"
authors = ["Maciej Hirsz <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Create ridiculously fast Lexers"
Expand All @@ -25,4 +25,4 @@ regex-syntax = "0.6"
utf8-ranges = "1.0"

[dev-dependencies]
pretty_assertions = "0.6.1"
pretty_assertions = "0.6.1"
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.4"
version = "0.12.0"
authors = ["Maciej Hirsz <[email protected]>"]
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.5", optional = true }
logos-derive = { version = "0.12.0", optional = true }

[features]
default = ["export_derive", "std"]
Expand Down
1 change: 0 additions & 1 deletion tests/tests/advanced.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ enum Token {

mod advanced {
use super::*;
use logos::Logos;
use tests::assert_lex;

#[test]
Expand Down

0 comments on commit 3f9239a

Please sign in to comment.