This commit is contained in:
Kasper 2020-08-20 22:12:31 +02:00
parent 71c1605047
commit 6b91b35b34
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -12,7 +12,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "cpc" name = "cpc"
version = "1.0.0" version = "1.0.1"
dependencies = [ dependencies = [
"decimal 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "decimal 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
] ]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cpc" name = "cpc"
version = "1.0.0" version = "1.0.1"
description = "evaluates math expressions, with support for units and conversion between units" description = "evaluates math expressions, with support for units and conversion between units"
authors = ["Kasper Henningsen"] authors = ["Kasper Henningsen"]
edition = "2018" edition = "2018"