From 84dd72e9c4cb99cf8a584a5df0a05ebac01ffdae Mon Sep 17 00:00:00 2001 From: Kampfkarren Date: Wed, 13 Nov 2019 16:52:48 -0800 Subject: [PATCH] Bump selene versions --- Cargo.lock | 6 +++--- selene-lib/Cargo.toml | 2 +- selene/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c799a79..6ee57f24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1157,7 +1157,7 @@ dependencies = [ [[package]] name = "selene" -version = "0.3.0" +version = "0.4.0" dependencies = [ "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "codespan 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1167,7 +1167,7 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", - "selene-lib 0.3.0", + "selene-lib 0.4.0", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1177,7 +1177,7 @@ dependencies = [ [[package]] name = "selene-lib" -version = "0.3.0" +version = "0.4.0" dependencies = [ "codespan 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "codespan-reporting 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/selene-lib/Cargo.toml b/selene-lib/Cargo.toml index b210a0b5..b11806e4 100644 --- a/selene-lib/Cargo.toml +++ b/selene-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "selene-lib" -version = "0.3.0" +version = "0.4.0" license = "MPL-2.0" authors = ["Kampfkarren "] description = "A library for linting Lua code. You probably want selene instead." diff --git a/selene/Cargo.toml b/selene/Cargo.toml index 40cbed0b..aee4aeaf 100644 --- a/selene/Cargo.toml +++ b/selene/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "selene" -version = "0.3.0" +version = "0.4.0" license = "MPL-2.0" authors = ["Kampfkarren "] description = "A blazing-fast modern Lua linter written in Rust" @@ -19,7 +19,7 @@ lazy_static = "1.4" glob = "0.3" num_cpus = "1.10" reqwest = { version = "0.9", optional = true } -selene-lib = { path = "../selene-lib", version = "0.3.0", default-features = false } +selene-lib = { path = "../selene-lib", version = "0.4.0", default-features = false } serde = { version = "1.0", features = ["derive"], optional = true } structopt = "0.3" termcolor = "1.0"