Skip to content

Commit 15c3ef5

Browse files
add back default features for displaydoc
1 parent 7ea1b85 commit 15c3ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bzip2 = { version = "0.5.0", optional = true }
3131
chrono = { version = "0.4", optional = true }
3232
constant_time_eq = { version = "0.3", optional = true }
3333
crc32fast = "1.4"
34-
displaydoc = { version = "0.2", default-features = false }
34+
displaydoc = "0.2"
3535
flate2 = { version = "1.0", default-features = false, optional = true }
3636
indexmap = "2"
3737
hmac = { version = "0.12", optional = true, features = ["reset"] }

0 commit comments

Comments
 (0)