From 260323ffdf4554ffb61bc0957d90e5f1496354d2 Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Thu, 1 Sep 2022 21:48:59 +0300 Subject: [PATCH] bump up version to 0.3.1 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2590268..8b13b7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nmea" -version = "0.3.0" +version = "0.3.1" authors = [ "Felix Obenhuber ", "Evgeniy A. Dushistov ", diff --git a/README.md b/README.md index 343e1c8..019a6b2 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Put this in your `Cargo.toml`: ```toml [dependencies] -nmea = "0.3.0" +nmea = "0.3" ``` For Rust 2015 edition put this in your crate root: