From 2c98f08a982017f9b07e50bb96b8142dd044a1d4 Mon Sep 17 00:00:00 2001 From: Michal Trybus Date: Mon, 3 Jul 2023 17:51:28 +0200 Subject: [PATCH] feat(deps) re-exported ssri::Integrity (#52) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index eb299b4..bac9217 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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."); pub use serde_json::Value; -pub use ssri::Algorithm; +pub use ssri::{Algorithm, Integrity}; mod async_lib;