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"