Reduce public interface of binstalk (#1265)

To reduce amount of breaking changes.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-08-09 17:46:12 +10:00 committed by GitHub
parent 9c521d162a
commit 7f1ddd1dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 10 deletions

View file

@ -15,7 +15,7 @@ use crate::{
};
#[cfg(feature = "git")]
use crate::helpers::git::{GitUrl, GitUrlParseError};
pub use crate::helpers::git::{GitUrl, GitUrlParseError};
mod vfs;