File tree 3 files changed +5
-10
lines changed
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.
9
9
10
10
### Changed
11
11
* 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 ).
12
15
13
16
## [ 1.4.0] - 16-10-23
14
17
Original file line number Diff line number Diff line change @@ -95,13 +95,3 @@ install(
95
95
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /cartridge
96
96
DESTINATION ${TARANTOOL_INSTALL_LUADIR}
97
97
)
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 = {
10
10
' checks >= 3.1.0-1' ,
11
11
' errors >= 2.2.1-1' ,
12
12
' vshard >= 0.1.18-1' ,
13
+ ' tuple-merger >= 0.0.2' ,
14
+ ' tuple-keydef >= 0.0.2' ,
13
15
}
14
16
15
17
build = {
You can’t perform that action at this time.
0 commit comments