From 70a8d5269d40239e3c1d8434085abae52ea3401f Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Wed, 3 Jan 2024 21:35:39 +0900 Subject: [PATCH] Replace `license-file` with `license` --- Cargo.toml | 2 +- world_sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 399b473..802d9c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "world" version = "0.1.0" edition = "2021" -license-file = "LICENSE" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/world_sys/Cargo.toml b/world_sys/Cargo.toml index 97664da..59c8136 100644 --- a/world_sys/Cargo.toml +++ b/world_sys/Cargo.toml @@ -2,7 +2,7 @@ name = "world_sys" version = "0.1.0" edition = "2021" -license-file = "WORLD/LICENSE.txt" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html