Skip to content

Commit

Permalink
Merge pull request #65 from NULLx76/cargo-toml-license
Browse files Browse the repository at this point in the history
Update Cargo.toml
  • Loading branch information
jdonszelmann authored Aug 25, 2022
2 parents aa3595a + 24c9404 commit eae1b15
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 @@ -10,7 +10,7 @@ description = "A fixed-size circular buffer"
repository = "https://github.com/NULLx76/ringbuffer/"
keywords = ["ring", "cyclic", "circular", "buffer", "no-std"]
categories = ["data-structures"]
license = "LGPL-3.0"
license = "MIT"

[dependencies]
array-init = "2.0"
Expand Down

0 comments on commit eae1b15

Please sign in to comment.