From 78715f840d7cdec6352f5584522119bb7338f2cb Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 31 Jul 2023 17:01:26 -0700 Subject: [PATCH] Cargo.toml update --- Cargo.lock | 2 +- Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cca2160..307a309 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "daisycalc" -version = "0.2.9" +version = "0.2.10" dependencies = [ "cfg-if", "rug", diff --git a/Cargo.toml b/Cargo.toml index 05447e1..c2218ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "daisycalc" -version = "0.2.9" +version = "0.2.10" edition = "2021" build = "buildscript/main.rs" +license = "GPL-3.0-only" license-file = "LICENSE" description = "A high-precision terminal scientific calculator." repository = "https://git.betalupi.com/Mark/daisy"