Skip to content

Commit c23882d

Browse files
committed
fix: make solidity public
1 parent 3c7ecf8 commit c23882d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mod convert;
22
mod hash;
33
mod math;
4-
mod solidity;
4+
pub mod solidity;
55
mod string;
66
mod tables;
77
mod array;

0 commit comments

Comments
 (0)