mirror of https://github.com/rm-dr/daisy
Changed executable name, bumped version
parent
ccc634b571
commit
8ce4ce759e
|
@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "daisycalc"
|
||||
version = "0.2.14"
|
||||
version = "0.2.15"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"rug",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "daisycalc"
|
||||
version = "0.2.14"
|
||||
version = "0.2.15"
|
||||
edition = "2021"
|
||||
build = "buildscript/main.rs"
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -9,6 +9,10 @@ repository = "https://git.betalupi.com/Mark/daisy"
|
|||
homepage = "https://git.betalupi.com/Mark/daisy"
|
||||
readme = "README.md"
|
||||
|
||||
[[bin]]
|
||||
name = "daisy"
|
||||
path = "src/main.rs"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
debug = 0
|
||||
|
|
Loading…
Reference in New Issue