Update Radix to latest and lock pessimistically (#262)
Radix project follows a Semantic Versioning approach which avoids introducing breaking changes in PATCH releases. With this in consideration, it is safe to use pessimistic operator to indicate the version of Radix to use. Closes #261
This commit is contained in:
parent
1826789e84
commit
83fe17df9a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version: 0.17.1
|
|||
dependencies:
|
||||
radix:
|
||||
github: luislavena/radix
|
||||
version: 0.3.4
|
||||
version: ~> 0.3.5
|
||||
kilt:
|
||||
github: jeromegn/kilt
|
||||
version: 0.3.3
|
||||
|
|
Loading…
Reference in a new issue