diff options
author | Melody Horn <melody@boringcactus.com> | 2024-11-15 21:46:45 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2024-11-15 21:46:45 -0700 |
commit | 5b31b0fb68a751afa349450a1fc8c3870d13e1dc (patch) | |
tree | 32d408b21c10d4c6cf6973b99ff7194c53887aaa /Cargo.toml | |
parent | 57d482190d3c7f88c27cc7cabd001646f061e68e (diff) | |
download | makers-5b31b0fb68a751afa349450a1fc8c3870d13e1dc.tar.gz makers-5b31b0fb68a751afa349450a1fc8c3870d13e1dc.zip |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "makers" -version = "0.7.0" +version = "0.8.0" authors = ["boringcactus / Melody Horn <melody@boringcactus.com>"] edition = "2021" description = "a POSIX-compatible make implemented in Rust" |