Skip to content

Commit 47e255e

Browse files
crud: support Tarantool tuples over IPROTO
Bump crud minor version with compatibility fixes to support Tarantool tuples over IPROTO. Needed for tarantool/tarantool#8147
1 parent bd6aab9 commit 47e255e

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.4.0 )
30+
( cd ./crud/testdata; $(TTCTL) rocks install crud 1.4.1 )
3131

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

0 commit comments

Comments
 (0)