From 0e568014473fe9e9403df97cdbe9bbfc1cc94de5 Mon Sep 17 00:00:00 2001 From: Maciej Hirsz <1096222+maciejhirsz@users.noreply.github.com> Date: Sun, 9 Dec 2018 18:30:28 +0100 Subject: [PATCH] Release 0.9 (#43) --- Cargo.lock | 8 ++++---- logos/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59237736..7465b99e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15,14 +15,13 @@ dependencies = [ name = "logos" version = "0.9.0" dependencies = [ - "logos-derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "logos-derive 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "toolshed 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "logos-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.0" dependencies = [ "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -34,6 +33,7 @@ dependencies = [ [[package]] name = "logos-derive" version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -127,7 +127,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [metadata] "checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d" "checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" -"checksum logos-derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff02236ad3c735f64ead4921c0cd23d4c3079762945e27694041a255e13b7ec8" +"checksum logos-derive 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "36411219f8203825c35c04b4ff04540ce58b7bffd458cfd3405df2ff57acc1b9" "checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09" "checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c" "checksum regex-syntax 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fbc557aac2b708fe84121caf261346cc2eed71978024337e42eb46b8a252ac6e" diff --git a/logos/Cargo.toml b/logos/Cargo.toml index 51bbcf2d..1392b2f9 100644 --- a/logos/Cargo.toml +++ b/logos/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" [dependencies] toolshed = { version = "0.8", optional = true } -logos-derive = { version = "0.8.0", optional = true } +logos-derive = { version = "0.9", optional = true } [features] default = ["export_derive", "std"]