diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-09-14 20:01:02 +0200 |
---|---|---|
committer | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-09-14 20:01:02 +0200 |
commit | fb483ad73dec8a10d94c349241779d782c498d60 (patch) | |
tree | 9b67137be65fd9ad04b6159a1c4a3b0e84861e52 | |
parent | d9d3e41eab8636f880f0f7bfa386f478ec457016 (diff) | |
download | fpm-fb483ad73dec8a10d94c349241779d782c498d60.tar.gz fpm-fb483ad73dec8a10d94c349241779d782c498d60.zip |
Bump to toml-f v0.2 release
-rw-r--r-- | fpm/fpm.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpm/fpm.toml b/fpm/fpm.toml index 95e9d13..d29994a 100644 --- a/fpm/fpm.toml +++ b/fpm/fpm.toml @@ -8,7 +8,7 @@ copyright = "2020 fpm contributors" [dependencies] [dependencies.toml-f] git = "https://github.com/toml-f/toml-f" -rev = "28c672d062ec4bb1e03e3e9def2add6800ec0088" +tag = "v0.2" [[test]] name = "fpm-test" |