feat(deps) re-exported ssri::Integrity (#52)

This commit is contained in:
Michal Trybus 2023-07-03 17:51:28 +02:00 committed by GitHub
parent a2bf178b96
commit 2c98f08a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ compile_error!("Either feature \"async-std\" or \"tokio-runtime\" must be enable
compile_error!("Only either feature \"async-std\" or \"tokio-runtime\" must be enabled for this crate, not both."); compile_error!("Only either feature \"async-std\" or \"tokio-runtime\" must be enabled for this crate, not both.");
pub use serde_json::Value; pub use serde_json::Value;
pub use ssri::Algorithm; pub use ssri::{Algorithm, Integrity};
mod async_lib; mod async_lib;