Skip to content

Commit 7d99c94

Browse files
committed
rockspec: update tarantool version
`config:get` method inside roles doesn't work properly on Tarantool 3.0.1. Update tarantool dependency to the `>=3.0.2` version, so the `config:get()` works without problems. Closes #25
1 parent 0b048dd commit 7d99c94

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Fixed
1313

14+
- Update Tarantool dependency to `>=3.0.2` (#25).
15+
1416
### Changed
1517

1618
## 0.2.0 - 2024-10-02

metrics-export-role-scm-1.rockspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description = {
1515

1616
dependencies = {
1717
"lua >= 5.1",
18-
"tarantool >= 3.0",
18+
"tarantool >= 3.0.2",
1919
"http >= 1.5.0",
2020
}
2121

0 commit comments

Comments
 (0)