From 497eb83b4a90c89ed683210524473a2adc84e2cb Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Tue, 13 Mar 2018 16:46:12 +0100 Subject: [PATCH] Bump Rust version to 2.2.1 --- relay-rust/Cargo.lock | 2 +- relay-rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/relay-rust/Cargo.lock b/relay-rust/Cargo.lock index d2dc09d2..46caa8b4 100644 --- a/relay-rust/Cargo.lock +++ b/relay-rust/Cargo.lock @@ -53,7 +53,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "gnirehtet" -version = "2.2.0" +version = "2.2.1" dependencies = [ "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/relay-rust/Cargo.toml b/relay-rust/Cargo.toml index e9c6087d..d88c26d8 100644 --- a/relay-rust/Cargo.toml +++ b/relay-rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gnirehtet" -version = "2.2.0" +version = "2.2.1" authors = ["Romain Vimont "] [lib]