mirror of https://github.com/rm-dr/daisy
Cargo.toml update
parent
17a2fe2f48
commit
78715f840d
|
@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "daisycalc"
|
||||
version = "0.2.9"
|
||||
version = "0.2.10"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"rug",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue