Skip to content

Commit

Permalink
crud: bump crud module to 1.1.1
Browse files Browse the repository at this point in the history
Part of #288
  • Loading branch information
oleg-jukovec committed May 17, 2023
1 parent 6e53e1e commit a8635cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clean:
.PHONY: deps
deps: clean
( cd ./queue/testdata; $(TTCTL) rocks install queue 1.3.0 )
( cd ./crud/testdata; $(TTCTL) rocks install crud 1.0.0 )
( cd ./crud/testdata; $(TTCTL) rocks install crud 1.1.1 )

.PHONY: datetime-timezones
datetime-timezones:
Expand Down

0 comments on commit a8635cc

Please sign in to comment.