File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
1010### Changed
1111* Drop testing on Tarantool 1.10.6 and Tarantool 2.x older than 2.8 (#365 ).
12+ * Drop support of Tarantool 1.10.x older than 1.10.8 and
13+ Tarantool 2.x older than 2.5.2 (#365 ).
14+ * Unlock ` tuple-keydef ` and ` tuple-merger ` version dependencies (#365 ).
1215
1316## [ 1.4.0] - 16-10-23
1417
Original file line number Diff line number Diff line change @@ -95,13 +95,3 @@ install(
9595 DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /cartridge
9696 DESTINATION ${TARANTOOL_INSTALL_LUADIR}
9797)
98-
99- # Don't include to rockspec as some Tarantool versions (e.g. 2.2 and 2.3)
100- # don't have symbols required by "tuple-merger" and "tuple-keydef" modules.
101- execute_process (
102- COMMAND bash "-c" "tarantoolctl rocks install tuple-keydef 0.0.2"
103- )
104-
105- execute_process (
106- COMMAND bash "-c" "tarantoolctl rocks install tuple-merger 0.0.2"
107- )
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ dependencies = {
1010 ' checks >= 3.1.0-1' ,
1111 ' errors >= 2.2.1-1' ,
1212 ' vshard >= 0.1.18-1' ,
13+ ' tuple-merger >= 0.0.2' ,
14+ ' tuple-keydef >= 0.0.2' ,
1315}
1416
1517build = {
You can’t perform that action at this time.
0 commit comments