We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a99259 commit 5df7e82Copy full SHA for 5df7e82
Cargo.toml
@@ -26,7 +26,14 @@ tag-message = "dkregistry v{{version}}"
26
base64 = "0.13"
27
futures = "0.3"
28
http = "0.2"
29
-libflate = "1.0"
+
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
37
log = "0.4"
38
mime = "0.3"
39
regex = "^1.1.0"
0 commit comments