Skip to content

Commit

Permalink
Pin libflate <1.3.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jeckersb committed Jun 1, 2023
1 parent 7a99259 commit 5df7e82
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ tag-message = "dkregistry v{{version}}"
base64 = "0.13"
futures = "0.3"
http = "0.2"
libflate = "1.0"

# Pin libflate <1.3.0
# https://github.com/sile/libflate/commit/aba829043f8a2d527b6c4984034fbe5e7adb0da6
# derives default on enum, which was not stabilized until 1.62
# (https://github.com/rust-lang/rust/pull/94457)
# This can be relaxed when MSRV is at least 1.62
libflate = "<1.3.0"

log = "0.4"
mime = "0.3"
regex = "^1.1.0"
Expand Down

0 comments on commit 5df7e82

Please sign in to comment.