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]
|
[workspace.package]
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license_file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "jrny-save"
|
name = "jrny-save"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license_file.workspace = true
|
license-file.workspace = true
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "wayfarer"
|
name = "wayfarer"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license_file.workspace = true
|
license-file.workspace = true
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user