Skip to content

Commit 3b9e417

Browse files
committed
fix: Export ValueRef
ValueRef is returned in public methods of Value, but the type itself was not useable in downstream crates.
1 parent c4b9026 commit 3b9e417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pub use crate::merkle::{
6666
FailEntropy, HasCmr,
6767
};
6868
pub use crate::node::{CommitNode, ConstructNode, Hiding, RedeemNode};
69-
pub use crate::value::{Value, Word};
69+
pub use crate::value::{Value, ValueRef, Word};
7070
pub use simplicity_sys as ffi;
7171
use std::fmt;
7272

0 commit comments

Comments
 (0)