Skip to content

Commit 82acd31

Browse files
committed
Relax upper bounds
1 parent 6cb5c28 commit 82acd31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language-rust.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ library
8686

8787
build-depends: base >=4.9 && <5.0
8888
, prettyprinter >=1.0 && <2.0
89-
, transformers >=0.4 && <0.6
89+
, transformers >=0.4 && <0.7
9090
, array >=0.5 && <0.6
91-
, deepseq >=1.1 && <1.5
91+
, deepseq >=1.1 && <1.6
9292

9393
if flag(useByteStrings)
9494
cpp-options: -DUSE_BYTESTRING

0 commit comments

Comments
 (0)