Deprecate crypto module

This commit is contained in:
johnthagen 2017-09-30 21:29:57 -04:00 committed by GitHub
parent b078c67dbb
commit 219f13eb35
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#![doc(hidden)] #![doc(hidden)]
#![deprecated(since = "0.9.20")]
use string::OpensslString; use string::OpensslString;
#[deprecated(note = "renamed to OpensslString", since = "0.9.7")] #[deprecated(note = "renamed to OpensslString", since = "0.9.7")]