mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Fix use of cargo-toml in parse-meta.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
17772c983c
commit
c6804b47b2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ fn parse_meta() {
|
|||
&[Product {
|
||||
name: Some("cargo-binstall".to_string()),
|
||||
path: Some("src/main.rs".to_string()),
|
||||
edition: Edition::E2021,
|
||||
edition: Some(Edition::E2021),
|
||||
..Default::default()
|
||||
},],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue