Skip to content

Commit

Permalink
[stability GitoxideLabs#171] mark git-hash and git-actor as ST1 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 25, 2021
1 parent 0475532 commit 32caae1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions git-repository/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,11 @@ use std::{path::PathBuf, rc::Rc, sync::Arc};
// Re-exports to make this a potential one-stop shop crate avoiding people from having to reference various crates themselves.
// This also means that their major version changes affect our major version, but that's alright as we directly expose their
// APIs/instances anyway.
#[cfg(feature = "unstable")]
pub use git_actor as actor;
#[cfg(all(feature = "unstable", feature = "git-diff"))]
pub use git_diff as diff;
#[cfg(feature = "unstable")]
pub use git_features::{parallel, progress, progress::Progress};
#[cfg(feature = "unstable")]
pub use git_hash as hash;
#[cfg(feature = "unstable")]
pub use git_lock as lock;
Expand Down

0 comments on commit 32caae1

Please sign in to comment.