]> git.g-eek.se Git - ranknauto.git/commitdiff
Sys. Add dependency on regular expression library
authorGustav Eek <gustav.eek@fripost.org>
Sun, 26 Feb 2023 07:02:24 +0000 (08:02 +0100)
committerGustav Eek <gustav.eek@fripost.org>
Mon, 6 Mar 2023 05:49:34 +0000 (06:49 +0100)
Also, in *Makefile* restructure test command.

Also, bump version, prepare for next release.

Cargo.toml
Makefile

index 8ef1f715522e29225ca1103b9a6d14890714be99..1e43c81985bae8eeabd0a1870ba24f156f21f3db 100644 (file)
@@ -4,7 +4,7 @@
 
 [package]
 name = "ranknauto"
-version = "0.1.0"
+version = "0.4.0"
 authors = ["Gustav Eek <gustav.eek@fripost.org>"]
 license = "GPL-3.0-or-later"
 description = "Rank N' Auto, automatic normalized ranking"
@@ -18,3 +18,4 @@ edition = "2018"
 [dependencies]
 clap = { version = "4.1.4", features = ["derive"] }
 statrs = "0.15"
+regex = "1"
index 377cfb74a7d1e215637e7d151cdb210460d3f827..3823045a906fce6b81c6b017240b6a5463e32cbf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,10 +32,12 @@ uninstall:
 
 # Test
 
-test: reuse
-       cargo build
+test:
        cargo check
+       cargo build
+       cargo test
        cargo doc
+       make reuse
 
 reuse:
        ! which reuse > /dev/null || reuse lint | grep Congrat || reuse lint