fix: module linking
This commit is contained in:
parent
a32cfb788b
commit
d3e5df44bb
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
mod git;
|
mod git;
|
||||||
mod git_executor;
|
mod git_executor;
|
||||||
|
|
||||||
|
@ -41,6 +41,7 @@ pub mod git;
|
|||||||
pub mod os;
|
pub mod os;
|
||||||
pub mod redisclient;
|
pub mod redisclient;
|
||||||
pub mod text;
|
pub mod text;
|
||||||
|
pub mod virt;
|
||||||
|
|
||||||
// Version information
|
// Version information
|
||||||
/// Returns the version of the SAL library
|
/// Returns the version of the SAL library
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
pub mod os;
|
|
||||||
pub mod env;
|
|
||||||
pub mod text;
|
|
||||||
pub mod git;
|
|
1
src/virt/mod.rs
Normal file
1
src/virt/mod.rs
Normal file
@ -0,0 +1 @@
|
|||||||
|
pub mod buildah;
|
Loading…
Reference in New Issue
Block a user