Skip to content

Commit 10f09b6

Browse files
authored
Merge pull request #3905 from Earlopain/rust-license-file
Remove `license-file` from rust crates
2 parents 41a65d9 + 2e214f1 commit 10f09b6

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)