mirror of https://github.com/rm-dr/daisy
Compare commits
No commits in common. "2f2c005c865aea1d1ff20f9ad72c839764329f78" and "2531524ffd3b4ee382fdee5204f5ae79a1287080" have entirely different histories.
2f2c005c86
...
2531524ffd
|
@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "daisycalc"
|
name = "daisycalc"
|
||||||
version = "1.1.5"
|
version = "1.1.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"num",
|
"num",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "daisycalc"
|
name = "daisycalc"
|
||||||
version = "1.1.5"
|
version = "1.1.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
build = "buildscript/main.rs"
|
build = "buildscript/main.rs"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
|
|
@ -49,7 +49,7 @@ value = "1.602176634e-19 C"
|
||||||
enum_name = "ElectronMass"
|
enum_name = "ElectronMass"
|
||||||
pretty_name = "Electron mass"
|
pretty_name = "Electron mass"
|
||||||
strings = ["electronmass"]
|
strings = ["electronmass"]
|
||||||
value = "9.1093837015e-31 kg"
|
value = "9.1093837015-31 kg"
|
||||||
|
|
||||||
[[constant]]
|
[[constant]]
|
||||||
enum_name = "ProtonMass"
|
enum_name = "ProtonMass"
|
||||||
|
@ -205,4 +205,4 @@ value = "TW * hour"
|
||||||
[[constant]]
|
[[constant]]
|
||||||
enum_name = "PWH"
|
enum_name = "PWH"
|
||||||
strings = "PWh"
|
strings = "PWh"
|
||||||
value = "PW * hour"
|
value = "PW * hour"
|
Loading…
Reference in New Issue