Skip to content

Commit 745052f

Browse files
jeckersbvrutkovs
authored andcommitted
Pin libflate <1.3.0
sile/libflate@aba8290 derives Default on enum, which was not stabilized until 1.62 (rust-lang/rust#94457) This can be relaxed when MSRV is at least 1.62
1 parent 9bb8046 commit 745052f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,14 @@ tag-message = "dkregistry v{{version}}"
2626
base64 = "0.13"
2727
futures = "0.3"
2828
http = "0.2"
29-
libflate = "1.0"
29+
30+
# Pin libflate <1.3.0
31+
# https://github.com/sile/libflate/commit/aba829043f8a2d527b6c4984034fbe5e7adb0da6
32+
# derives default on enum, which was not stabilized until 1.62
33+
# (https://github.com/rust-lang/rust/pull/94457)
34+
# This can be relaxed when MSRV is at least 1.62
35+
libflate = "<1.3.0"
36+
3037
log = "0.4"
3138
mime = "0.3"
3239
regex = "^1.1.0"

0 commit comments

Comments
 (0)