mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
Fix
This commit is contained in:
parent
2452dee279
commit
f7963d86ad
@ -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"
|
||||
|
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user