fix: pkgr->ext pkgrfile
This commit is contained in:
parent
f54c72c8ec
commit
ee81acb953
3 changed files with 6 additions and 6 deletions
|
@ -16,7 +16,7 @@ pub struct Manifest<E: Clone = Option<ext::Extension>> {
|
|||
pub fs: fs::FS,
|
||||
pub bin: Option<bin::Bin>,
|
||||
pub build: Option<build::Build>,
|
||||
pub pkgr: E,
|
||||
pub ext: E,
|
||||
}
|
||||
|
||||
impl<P: Clone> Manifest<P> {
|
||||
|
@ -50,7 +50,7 @@ impl Default for Manifest {
|
|||
fs: fs::FS::default(),
|
||||
bin: None,
|
||||
build: None,
|
||||
pkgr: None,
|
||||
ext: None,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue