From ab06261c422462c649ecf8ce57c1fef36e1ede93 Mon Sep 17 00:00:00 2001 From: Julian Perelli Date: Thu, 19 Dec 2019 12:34:30 +0100 Subject: [PATCH] bump version after clippy suggestions --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 566b01c..13385db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,7 +156,7 @@ dependencies = [ [[package]] name = "osmptparser" -version = "1.2.0" +version = "1.2.1" dependencies = [ "crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ba26ccb..84d61b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "osmptparser" description = "Openstreetmap Public Transport Parser" -version = "1.2.0" +version = "1.2.1" authors = ["Julian Perelli "] edition = "2018" license = "AGPL-3.0-or-later"