diff --git a/Cargo.lock b/Cargo.lock index 307a309..f248471 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "daisycalc" -version = "0.2.10" +version = "0.2.11" dependencies = [ "cfg-if", "rug", diff --git a/Cargo.toml b/Cargo.toml index cc0cfbc..7c917eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daisycalc" -version = "0.2.10" +version = "0.2.11" edition = "2021" build = "buildscript/main.rs" license = "GPL-3.0-only" diff --git a/TODO.md b/TODO.md index f7afdf0..dfea05c 100644 --- a/TODO.md +++ b/TODO.md @@ -4,6 +4,7 @@ - Prettyprint: no space when implicit multiply? - Fix printing 1/2pi, square root parenthesis - Re-evaluate variables (a = q + 2, q = 3, a should evaluate to 5) + - Remove rug dependency (too big, incompatible) ## Pre-release - Commands to list constants, units, and substitutions