mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 04:58:42 +00:00
Format -> formats
This commit is contained in:
parent
401fa8772c
commit
4bc16863e0
2 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ pub mod fetchers;
|
||||||
mod target;
|
mod target;
|
||||||
pub use target::*;
|
pub use target::*;
|
||||||
|
|
||||||
mod format;
|
mod formats;
|
||||||
pub use format::*;
|
pub use formats::*;
|
||||||
|
|
||||||
/// Default package path template (may be overridden in package Cargo.toml)
|
/// Default package path template (may be overridden in package Cargo.toml)
|
||||||
pub const DEFAULT_PKG_URL: &str =
|
pub const DEFAULT_PKG_URL: &str =
|
||||||
|
|
Loading…
Add table
Reference in a new issue