Skip to content

Commit

Permalink
rockspec: update tarantool version
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
themilchenko committed Nov 19, 2024
1 parent 0b048dd commit 9b07b10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Update Tarantool dependency to `>=3.0.2` (#25).

### Changed

## 0.2.0 - 2024-10-02
Expand Down
2 changes: 1 addition & 1 deletion metrics-export-role-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description = {

dependencies = {
"lua >= 5.1",
"tarantool >= 3.0",
"tarantool >= 3.0.2",
"http >= 1.5.0",
}

Expand Down

0 comments on commit 9b07b10

Please sign in to comment.