Fix typo in Cargo.toml
It's license-file not license_file
This commit is contained in:
parent
c84011363a
commit
fde2b5f84e
@ -9,4 +9,4 @@ members = [
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license_file = "LICENSE"
|
||||
license-file = "LICENSE"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "jrny-save"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license_file.workspace = true
|
||||
license-file.workspace = true
|
||||
|
||||
|
||||
[dependencies]
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "wayfarer"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license_file.workspace = true
|
||||
license-file.workspace = true
|
||||
|
||||
|
||||
[dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user