mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-25 06:40:03 +00:00
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:
parent
9c521d162a
commit
7f1ddd1dd7
5 changed files with 11 additions and 10 deletions
|
@ -15,7 +15,7 @@ use crate::{
|
|||
};
|
||||
|
||||
#[cfg(feature = "git")]
|
||||
use crate::helpers::git::{GitUrl, GitUrlParseError};
|
||||
pub use crate::helpers::git::{GitUrl, GitUrlParseError};
|
||||
|
||||
mod vfs;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue