From fe051acbaf4a81f92f902835011d78942f3e4285 Mon Sep 17 00:00:00 2001 From: Ivan Ladelshchikov Date: Fri, 5 Mar 2021 11:44:46 +0500 Subject: [PATCH] Version 0.1.1 Special update to make a crate compatible with the rustc 1.51.0 See details: https://github.com/rust-lang/rust/issues/82666 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ee297a..37ebb0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Ivan Ladelshchikov "] license = "MIT" keywords = ["geodesy", "cartography"] readme = "./README.md" -version = "0.1.0" +version = "0.1.1" repository = "https://github.com/tsionyx/geod" edition = "2018" categories = ["science"]