Skip to content

Commit

Permalink
crud: bump rocks minor version with compatibility fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousGeorgiy authored and oleg-jukovec committed Oct 24, 2023
1 parent bd6aab9 commit b6e8aba
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.4.0 )
( cd ./crud/testdata; $(TTCTL) rocks install crud 1.4.1 )

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

0 comments on commit b6e8aba

Please sign in to comment.