Skip to content

Commit

Permalink
Merge pull request #1 from qryxip/replace-license-file-with-license
Browse files Browse the repository at this point in the history
Replace `license-file` with `license`
  • Loading branch information
White-Green authored Jan 4, 2024
2 parents 90d9ebb + 70a8d52 commit 37c0d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion world_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 37c0d11

Please sign in to comment.