Merge pull request #34 from tcharding/11-15-document-zeroise-msrv
Document the MSRV when zeroize feature is enabled
This commit is contained in:
commit
b668d05856
|
@ -46,6 +46,7 @@ rand_core = "0.4.0"
|
|||
unicode-normalization = { version = "=0.1.9", optional = true }
|
||||
rand = { version = "0.6.0", optional = true }
|
||||
serde = { version = "1.0", default-features = false, optional = true }
|
||||
# Enabling this feature raises the MSRV to 1.51
|
||||
zeroize = {version = "1.5", features = ["zeroize_derive"], optional = true}
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in New Issue