diff options
author | init current directory[i] <urbanjost@comcast.net> | 2020-11-29 22:51:30 -0500 |
---|---|---|
committer | init current directory[i] <urbanjost@comcast.net> | 2020-11-29 22:51:30 -0500 |
commit | 51b0eda808b34403a61431d40b4966fe7f8b31cf (patch) | |
tree | 9e3e70e5dd1464a083a2b735877ea877054d081a | |
parent | 15083ad7f5a84d28817b334f5401230a96571b82 (diff) | |
download | fpm-51b0eda808b34403a61431d40b4966fe7f8b31cf.tar.gz fpm-51b0eda808b34403a61431d40b4966fe7f8b31cf.zip |
new M_CLI2
-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 5c61402..5768ff4 100644 --- a/fpm/fpm.toml +++ b/fpm/fpm.toml @@ -12,7 +12,7 @@ tag = "v0.2.1" [dependencies.M_CLI2] git = "https://github.com/urbanjost/M_CLI2.git" -rev = "a77fabf52a781613609f6a8c80ca5d5f8f30f97c" +rev = "e59fb2bfcf36199f1af506f937b3849180454a0f" [[test]] name = "cli-test" |