From a010c72b5c06c75b7f644071f2861394dd5c74b8 Mon Sep 17 00:00:00 2001 From: Charlotte Thomas Date: Sat, 13 Apr 2024 15:54:27 +0200 Subject: [PATCH 1/2] commit cargo lock --- Cargo.lock | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index f9b1cbf..b58fc4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,6 +23,17 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" +[[package]] +name = "atty" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" +dependencies = [ + "hermit-abi", + "libc", + "winapi", +] + [[package]] name = "base64" version = "0.13.1" @@ -165,6 +176,15 @@ dependencies = [ "byteorder", ] +[[package]] +name = "hermit-abi" +version = "0.1.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" +dependencies = [ + "libc", +] + [[package]] name = "libc" version = "0.2.153" @@ -201,9 +221,10 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "mini-calc" -version = "2.12.2" +version = "2.12.3" dependencies = [ "ansi_term", + "atty", "confy", "gnuplot", "linefeed", From f642f9f7b583485fa342f1802e3c69c973586f49 Mon Sep 17 00:00:00 2001 From: Charlotte Thomas Date: Sat, 13 Apr 2024 15:59:59 +0200 Subject: [PATCH 2/2] add sigmaficient to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86220ad..f9bbcff 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ If you prefer a PDF, there is a [manual](https://calc.nwa2coco.fr/assets/manual. |-------------------------------------------------------------------------------------------------------------------------------------------------|:--------|:-------------------------|:--------------------------------------------| | [](https://github.com/coco33920) |Charlotte THOMAS | Main developer/Maintener | [Main page](https://me.nwa2coco.fr) | | [](https://github.com/leana8959) |Léana 江 | Help, cleanup | [Website/Blog](https://earth2077.fr) | - +| [](https://github.com/Sigmaficient) |Sigmaficient | Nixify | [Website](https://sigmanificient.github.io/)| ## TODO List