Skip to content

Commit 2e214f1

Browse files
committed
Remove license-file from rust crates
#3866 added `license`. Now building shows a warning: > warning: /home/user/code/ruby-prism/rust/ruby-prism/Cargo.toml: only one of `license` or `license-file` is necessary > `license` should be used if the package license can be expressed with a standard SPDX expression. > `license-file` should be used if the package uses a non-standard license.
1 parent fcd88e7 commit 2e214f1

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

rust/ruby-prism-sys/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "ruby-prism-sys"
33
version = "1.9.0"
44
edition = "2021"
55
license = "MIT"
6-
license-file = "../../LICENSE.md"
76
repository = "https://github.com/ruby/prism"
87
description = "Rust bindings to Ruby's prism parsing library"
98
links = "prism"

rust/ruby-prism/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "ruby-prism"
33
version = "1.9.0"
44
edition = "2021"
55
license = "MIT"
6-
license-file = "../../LICENSE.md"
76
repository = "https://github.com/ruby/prism"
87
description = "Rustified version of Ruby's prism parsing library"
98
authors = [

0 commit comments

Comments
 (0)