This commit is contained in:
Felix Krull 2019-05-21 20:06:10 +02:00 committed by Colin Walters
parent 2452dee279
commit f7963d86ad
2 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@ status = "generate"
[[object]]
name = "OSTree.Repo"
status = "generate"
manual_traits = ["RepoExtManual"]
[[object.function]]
# crashes while generating, not sure what's wrong with this; might be a gir issue
name = "write_metadata_async"

View File

@ -22,6 +22,7 @@ pub use crate::auto::*;
mod object_name;
mod repo;
pub use crate::object_name::*;
pub use crate::repo::*;
// tests
#[cfg(test)]