From fa67e70170bcf175d51f4648268bb7c9ccfa7c76 Mon Sep 17 00:00:00 2001 From: Kasper Date: Thu, 20 Aug 2020 10:50:00 +0200 Subject: [PATCH] v1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17373d9..7566e05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,7 +12,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cpc" -version = "0.1.0" +version = "1.0.0" dependencies = [ "decimal 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 58427a2..074a538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpc" -version = "0.1.0" +version = "1.0.0" description = "evaluates math expressions, with support for units and conversion between units" authors = ["Kasper Henningsen"] edition = "2018"