Skip to content

Commit b054a70

Browse files
Merge pull request #115 from FinleyMcIlwaine/finley/update-time-manager
Use time-manager >= 0.1.0
2 parents 61d8aed + 74a7899 commit b054a70

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.2.1
2+
3+
* Using time-manager v0.1.0.
4+
[#115](https://github.com/kazu-yamamoto/http2/pull/115)
5+
16
## 5.2.0
27

38
* Using http-semantics

http2.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: http2
3-
version: 5.2.0
3+
version: 5.2.1
44
license: BSD3
55
license-file: LICENSE
66
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
@@ -121,7 +121,7 @@ library
121121
network-byte-order >=0.1.7 && <0.2,
122122
network-control >=0.1 && <0.2,
123123
stm >=2.5 && <2.6,
124-
time-manager >=0.0.1 && <0.1,
124+
time-manager >=0.1 && <0.2,
125125
unix-time >=0.4.11 && <0.5,
126126
unliftio >=0.2 && <0.3,
127127
utf8-string >=1.0 && <1.1

0 commit comments

Comments
 (0)