Skip to content

Commit

Permalink
Change license field in Cargo.toml to MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
neutr0nst4r committed Apr 13, 2024
1 parent 968ac7a commit 308c1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "EASTL binary-compatible Rust implementations"
documentation = "https://docs.rs/crate/eastl-rs"
version = "0.14.0"
edition = "2021"
license-file = "LICENSE"
license = "MIT"
readme = "README.md"
repository = "https://github.com/MrElectrify/EASTL-rs"
keywords = ["EASTL", "STL"]
Expand Down

0 comments on commit 308c1ac

Please sign in to comment.