Skip to content

Commit

Permalink
add missing public dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacolvin0 committed Jul 19, 2023
1 parent ffc6ab0 commit 984c942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrator/arbutil/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pub mod color;
pub mod format;

pub use color::Color;
pub use color::{Color, DebugColor};

#[cfg(feature = "wavm")]
pub mod wavm;

0 comments on commit 984c942

Please sign in to comment.