From 84dc1cf8dd4f4258a0064e522693d86774288f72 Mon Sep 17 00:00:00 2001 From: Luis Osta Date: Thu, 13 Oct 2022 17:00:58 -0700 Subject: [PATCH] 66 Change Visibility of Credential Structs To Public (#67) changed visibility --- core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/lib.rs b/core/src/lib.rs index 0a9d5e5..827dbc8 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -1,4 +1,4 @@ -mod credential; +pub mod credential; pub mod error; pub mod identity; pub mod proof;