Skip to content

Commit a8635cc

Browse files
committed
crud: bump crud module to 1.1.1
Part of #288
1 parent 6e53e1e commit a8635cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ clean:
2727
.PHONY: deps
2828
deps: clean
2929
( cd ./queue/testdata; $(TTCTL) rocks install queue 1.3.0 )
30-
( cd ./crud/testdata; $(TTCTL) rocks install crud 1.0.0 )
30+
( cd ./crud/testdata; $(TTCTL) rocks install crud 1.1.1 )
3131

3232
.PHONY: datetime-timezones
3333
datetime-timezones:

0 commit comments

Comments
 (0)