Skip to content

Commit 263f09a

Browse files
committed
export BuildBuilder at top-level
1 parent dac3a43 commit 263f09a

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
@@ -29,7 +29,7 @@ mod tools;
2929
mod utils;
3030
mod workspace;
3131

32-
pub use crate::build::{Build, BuildDirectory};
32+
pub use crate::build::{Build, BuildDirectory, BuildBuilder};
3333
pub use crate::crates::Crate;
3434
pub use crate::prepare::PrepareError;
3535
pub use crate::toolchain::Toolchain;

0 commit comments

Comments
 (0)