diff --git a/Cargo.toml b/Cargo.toml index 3497ab1..be40eb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ members = [ [workspace.package] version = "0.1.0" edition = "2021" -license_file = "LICENSE" +license-file = "LICENSE" diff --git a/crates/save/Cargo.toml b/crates/save/Cargo.toml index 08afaa1..67a46c1 100644 --- a/crates/save/Cargo.toml +++ b/crates/save/Cargo.toml @@ -2,7 +2,7 @@ name = "jrny-save" version.workspace = true edition.workspace = true -license_file.workspace = true +license-file.workspace = true [dependencies] diff --git a/crates/wayfarer/Cargo.toml b/crates/wayfarer/Cargo.toml index c556023..9c8d3f1 100644 --- a/crates/wayfarer/Cargo.toml +++ b/crates/wayfarer/Cargo.toml @@ -2,7 +2,7 @@ name = "wayfarer" version.workspace = true edition.workspace = true -license_file.workspace = true +license-file.workspace = true [dependencies]