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]]
|
||||
name = "daisycalc"
|
||||
version = "1.1.5"
|
||||
version = "1.1.4"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"num",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "daisycalc"
|
||||
version = "1.1.5"
|
||||
version = "1.1.4"
|
||||
edition = "2021"
|
||||
build = "buildscript/main.rs"
|
||||
license = "GPL-3.0-only"
|
||||
|
|
|
@ -49,7 +49,7 @@ value = "1.602176634e-19 C"
|
|||
enum_name = "ElectronMass"
|
||||
pretty_name = "Electron mass"
|
||||
strings = ["electronmass"]
|
||||
value = "9.1093837015e-31 kg"
|
||||
value = "9.1093837015-31 kg"
|
||||
|
||||
[[constant]]
|
||||
enum_name = "ProtonMass"
|
||||
|
|
Loading…
Reference in New Issue