mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-23 14:53:14 +03:00
Allow time-1.10
This commit is contained in:
parent
55b7f637a6
commit
ff1b1a8170
@ -1,3 +1,7 @@
|
||||
## Unreleased
|
||||
### Changed
|
||||
* Allow `time` 1.10
|
||||
|
||||
## 0.4.0.0
|
||||
### Added
|
||||
* Copy a directory's contents with `local_directory` instead of using _git_ with `repo` and `revision`.
|
||||
|
@ -63,7 +63,7 @@ library
|
||||
, path >= 0.5 && < 0.8
|
||||
, process >= 1.4 && < 1.7
|
||||
, typed-process >= 0.2 && < 0.3
|
||||
, time >= 1.5 && < 1.10
|
||||
, time >= 1.5 && < 1.11
|
||||
, transformers >= 0.4 && < 0.6
|
||||
, yaml >= 0.8.16 && < 0.12
|
||||
if flag(dev)
|
||||
|
Loading…
Reference in New Issue
Block a user