diff options
author | Nick Gerace <39320683+nickgerace@users.noreply.github.com> | 2020-06-08 12:57:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 12:57:47 -0400 |
commit | 236496f3344e467743893f77e7af099e3c5e3684 (patch) | |
tree | 430a893afa3a4029d4b38a620b18dd8b45cd0574 /Cargo.toml | |
parent | bbb981b2160721e038a91c3601e9b51fcae70ee3 (diff) | |
download | gfold-236496f3344e467743893f77e7af099e3c5e3684.zip |
Add experimental MUSL support, and upgrade to 0.2.1 (#9)
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package]
name = "gfold"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Nick Gerace <nickagerace@gmail.com>"]
edition = "2018"
|