Skip to content

Commit 2c98f08

Browse files
authored
feat(deps) re-exported ssri::Integrity (#52)
1 parent a2bf178 commit 2c98f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ compile_error!("Either feature \"async-std\" or \"tokio-runtime\" must be enable
151151
compile_error!("Only either feature \"async-std\" or \"tokio-runtime\" must be enabled for this crate, not both.");
152152

153153
pub use serde_json::Value;
154-
pub use ssri::Algorithm;
154+
pub use ssri::{Algorithm, Integrity};
155155

156156
mod async_lib;
157157

0 commit comments

Comments
 (0)