Skip to content

Commit

Permalink
crud: support Tarantool tuples over IPROTO
Browse files Browse the repository at this point in the history
Bump crud minor version with compatibility fixes to support Tarantool
tuples over IPROTO.

Needed for tarantool/tarantool#8147
  • Loading branch information
CuriousGeorgiy committed Oct 24, 2023
1 parent bd6aab9 commit 47e255e
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 47e255e

Please sign in to comment.