mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-05 11:40:04 +00:00
Fix test::parse_meta
in lib.rs
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
c9bd741c9b
commit
14823fbae7
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ mod test {
|
||||||
&[Product {
|
&[Product {
|
||||||
name: Some("cargo-binstall".to_string()),
|
name: Some("cargo-binstall".to_string()),
|
||||||
path: Some("src/main.rs".to_string()),
|
path: Some("src/main.rs".to_string()),
|
||||||
edition: Some(cargo_toml::Edition::E2018),
|
edition: Some(cargo_toml::Edition::E2021),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
},],
|
},],
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue