lucky-cli: lucky doesn't lock its dependencies

This commit is contained in:
Peter Hoeg 2021-03-30 15:25:46 +08:00
parent a176af3dce
commit a2d09aff8f
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ version: 2.0
shards:
ameba:
git: https://github.com/crystal-ameba/ameba.git
version: 0.13.3
version: 0.14.2
future:
git: https://github.com/crystal-community/future.cr.git

View file

@ -2,8 +2,8 @@
ameba = {
owner = "crystal-ameba";
repo = "ameba";
rev = "v0.13.3";
sha256 = "0yhb8vfrfzsm3a45h2jmcrn1n7jy3zn2hwims3dikgq8kaggws9y";
rev = "v0.14.2";
sha256 = "1l1q1icpzg1zvhfj8948w36j7ikaj7w816677zi29vi6y2d1dmf2";
};
future = {
owner = "crystal-community";