diff options
author | Melody Horn <melody@boringcactus.com> | 2024-10-10 21:51:08 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2024-10-10 21:51:08 -0600 |
commit | 4aee801ec1c4ea42fa819ae3c87f3316f2d66ee5 (patch) | |
tree | ed7c4d3bb6c03b32d16cf48f9404927bedc73758 /README.md | |
parent | 070a51682ea5d0a9c97216c970775ebc35ed0bad (diff) | |
download | makers-4aee801ec1c4ea42fa819ae3c87f3316f2d66ee5.tar.gz makers-4aee801ec1c4ea42fa819ae3c87f3316f2d66ee5.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |