This commit is contained in:
Kasper 2020-08-20 10:50:00 +02:00
parent d800a5f6c7
commit fa67e70170
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]]
name = "cpc"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"decimal 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

View File

@ -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"