From 6b91b35b34b794f244fc7f4c2b34420d37cdf850 Mon Sep 17 00:00:00 2001 From: Kasper Date: Thu, 20 Aug 2020 22:12:31 +0200 Subject: [PATCH] v1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7566e05..53f2076 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 = "1.0.0" +version = "1.0.1" dependencies = [ "decimal 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index aabd3c6..1e0392f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpc" -version = "1.0.0" +version = "1.0.1" description = "evaluates math expressions, with support for units and conversion between units" authors = ["Kasper Henningsen"] edition = "2018"