aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-01 22:49:05 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-01 22:49:05 -0600
commit543124c62c8123bd67e90bbc710aa064c6c5e271 (patch)
tree4c85750962be818c0d551eb304458724d9763a72 /Cargo.toml
parente732953c2855cdb68409fd122bf2e519d4eca00a (diff)
downloadmakers-543124c62c8123bd67e90bbc710aa064c6c5e271.tar.gz
makers-543124c62c8123bd67e90bbc710aa064c6c5e271.zip
slap a bow on v0.2.00.2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4c5ffbf..41f2334 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "makers"
-version = "0.1.0"
+version = "0.2.0"
authors = ["boringcactus / Melody Horn <melody@boringcactus.com>"]
edition = "2018"
description = "a POSIX-compatible make implemented in Rust"