From ad13860aada989efd986feb7ba05718f88f1532b Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Fri, 27 Sep 2019 15:36:18 -0700 Subject: [PATCH 1/2] Update Cargo.toml --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2df53ba..1124ec5 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "numconverter" -version = "0.1.0" +version = "1.0.0" authors = ["Zach Nielsen "] -edition = "2018" +edition = "2019" license = "MIT OR Apache-2.0" -homepage = "https://github.com/ZatchBo/numconverter" -repository = "https://github.com/ZatchBo/numconverter" -documentation = "https://github.com/ZatchBo/numconverter" +homepage = "https://github.com/tektronix/numconverter" +repository = "https://github.com/tektronix/numconverter" +documentation = "https://github.com/tektronix/numconverter" description = "A simple CLI number converter" keywords = ["numconverter", "converter", "conversion"] categories = ["command-line-utilities"] From fa353ea17fc74c90e18c96f81d92f0788b1fcf70 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Fri, 27 Sep 2019 15:48:14 -0700 Subject: [PATCH 2/2] Update rust edition. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1124ec5..b68170d 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "numconverter" version = "1.0.0" authors = ["Zach Nielsen "] -edition = "2019" +edition = "2018" license = "MIT OR Apache-2.0" homepage = "https://github.com/tektronix/numconverter" repository = "https://github.com/tektronix/numconverter"