From 4aee801ec1c4ea42fa819ae3c87f3316f2d66ee5 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Thu, 10 Oct 2024 21:51:08 -0600 Subject: three years of dependency updates --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 594b939..ce10d29 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A (mostly) [POSIX-compatible](https://pubs.opengroup.org/onlinepubs/9699919799/u Not explicitly aiming for full support for [every GNU make feature](https://www.gnu.org/software/make/manual/html_node/index.html), but adding whichever features are strictly necessary to be compatible with existing GNUish makefiles. You can get slightly more info by running with `RUST_LOG=makers=warn`, much more info with `RUST_LOG=makers=debug`, and an avalanche of info (probably only useful in small doses for debugging your makefile or makers itself) with `RUST_LOG=makers=trace`. -For more specific configuration, see [the documentation for the `env_logger` Rust crate](https://docs.rs/env_logger/0.8.3/env_logger/). +For more specific configuration, see [the documentation for the `env_logger` Rust crate](https://docs.rs/env_logger/0.11.5/env_logger/). ## conformance @@ -31,6 +31,7 @@ specific projects tested: list of features that are needed for version 1.0: +- moved from structopt to clap 4 - tested with Linux - unit tests for most of the things - no TODOs left -- cgit v1.2.3