diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-03 14:01:05 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-03 14:01:05 -0600 |
commit | de8428cb0c238f2fd8377769a0f186f5c0345dce (patch) | |
tree | 3891b71dcf141b31b456eab92007c0f5cd8899ea /Cargo.toml | |
parent | f7770e6743eb244dad708bc9d2b6de1c8fa3045d (diff) | |
download | makers-de8428cb0c238f2fd8377769a0f186f5c0345dce.tar.gz makers-de8428cb0c238f2fd8377769a0f186f5c0345dce.zip |
call it 0.3.00.3.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.2.0" +version = "0.3.0" authors = ["boringcactus / Melody Horn <melody@boringcactus.com>"] edition = "2018" description = "a POSIX-compatible make implemented in Rust" |