calc_rational

CLI calculator for rational numbers.
git clone https://git.philomathiclife.com/repos/calc_rational
Log | Files | Refs | README

commit 722ebcd9db3b4c65b1309b5d1bd54c2d64dbda7a
parent bed919b5c3d5ec21391a1b53fdc82ec628a1aea7
Author: Zack Newman <zack@philomathiclife.com>
Date:   Fri, 14 Apr 2023 16:31:25 -0600

updated version

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" name = "calc_rational" readme = "README.md" repository = "https://git.philomathiclife.com/repos/calc_rational/" -version = "0.1.1" +version = "0.1.2" [lib] name = "calc_lib"