Skip to content

Commit

Permalink
Merge pull request #211 from frisoft/main
Browse files Browse the repository at this point in the history
Update license field following SPDX 2.1 license expression standard
  • Loading branch information
fitzgen committed Jul 18, 2023
2 parents a43fa05 + b6ea857 commit 2c3ded0
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 @@ -4,7 +4,7 @@ categories = ["memory-management", "rust-patterns", "no-std"]
description = "A fast bump allocation arena for Rust."
documentation = "https://docs.rs/bumpalo"
edition = "2021"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
name = "bumpalo"
readme = "README.md"
repository = "https://github.com/fitzgen/bumpalo"
Expand Down

0 comments on commit 2c3ded0

Please sign in to comment.