diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-06 17:23:35 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-06 17:23:35 -0600 |
commit | cffe08ca6db316f48eafb49b914ecd192aa8c45f (patch) | |
tree | 04f2891f71934e63021501d13d0b222c128796f3 /Cargo.toml | |
parent | 5cf1f72750af77afd93b5f20f7d17d7864676727 (diff) | |
download | makers-cffe08ca6db316f48eafb49b914ecd192aa8c45f.tar.gz makers-cffe08ca6db316f48eafb49b914ecd192aa8c45f.zip |
new version just dropped0.6.0
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.5.0" +version = "0.6.0" authors = ["boringcactus / Melody Horn <melody@boringcactus.com>"] edition = "2018" description = "a POSIX-compatible make implemented in Rust" |