Skip to content

Commit

Permalink
Release 0.12.1 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejhirsz authored Jun 8, 2022
1 parent 26555a0 commit 5dd386a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.12.0"
version = "0.12.1"
authors = ["Maciej Hirsz <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Create ridiculously fast Lexers"
Expand Down
2 changes: 1 addition & 1 deletion logos-derive/src/parser/subpattern.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use proc_macro2::TokenStream;
use syn::{Ident, LitByteStr, LitStr};
use syn::Ident;

use crate::error::Errors;
use crate::mir::Mir;
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.12.0"
version = "0.12.1"
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.12.0", optional = true }
logos-derive = { version = "0.12.1", optional = true }

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

0 comments on commit 5dd386a

Please sign in to comment.