Skip to content

Commit

Permalink
Replace license-file with license
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Jan 3, 2024
1 parent dd4f503 commit 70a8d52
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 70a8d52

Please sign in to comment.