Skip to content

Commit e8c2ecd

Browse files
committed
Explicitly enable the std feature for future-proofing
1 parent 972a0c0 commit e8c2ecd

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
@@ -26,7 +26,7 @@ regex = "1.0"
2626
bufstream = "0.1.3"
2727
imap-proto = "0.16.1"
2828
nom = { version = "7.1.0", default-features = false }
29-
rsasl = { version = "2.0.0-rc.2", default-features = false, features = ["provider_base64"], optional = true }
29+
rsasl = { version = "2.0.0-rc.2", default-features = false, features = ["std", "provider_base64"], optional = true }
3030
base64 = "0.13.0"
3131
chrono = { version = "0.4", default-features = false, features = ["std"]}
3232
lazy_static = "1.4"

0 commit comments

Comments
 (0)