Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for 1.28
  • Loading branch information
GuillaumeGomez committed Nov 15, 2018
1 parent b8eef79 commit cd8f9b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Expand Up @@ -35,6 +35,9 @@ mod rt;
#[cfg_attr(feature = "cargo-clippy", allow(wrong_self_convention))]
mod auto;

#[doc(hidden)]
pub use glib; // fix to me it work in 1.28.0

pub use auto::*;

pub mod prelude;
Expand Down

0 comments on commit cd8f9b2

Please sign in to comment.