Cargo.toml update

pull/2/head
Mark 2023-07-31 17:01:26 -07:00
parent 17a2fe2f48
commit 78715f840d
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
2 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "daisycalc"
version = "0.2.9"
version = "0.2.10"
dependencies = [
"cfg-if",
"rug",

View File

@ -1,8 +1,9 @@
[package]
name = "daisycalc"
version = "0.2.9"
version = "0.2.10"
edition = "2021"
build = "buildscript/main.rs"
license = "GPL-3.0-only"
license-file = "LICENSE"
description = "A high-precision terminal scientific calculator."
repository = "https://git.betalupi.com/Mark/daisy"