Skip to content

Commit

Permalink
Merge pull request #42 from lnicola/rust-version
Browse files Browse the repository at this point in the history
Set `rust-version` in the manifest and use SPDX for license
  • Loading branch information
notriddle authored Feb 20, 2024
2 parents a804afe + e5bd7c2 commit 38b74f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ version = "0.5.1"
authors = ["Michael Howell <[email protected]>"]
description = "Will parse and validate Content-Security-Policy level 3"
keywords = ["http", "csp", "security"]
license = "MIT / Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
documentation = "https://docs.rs/content-security-policy/"
repository = "https://github.com/rust-ammonia/rust-content-security-policy"
edition = "2018"
rust-version = "1.70"
exclude = [
"Cargo.nix",
"default.nix",
Expand Down

0 comments on commit 38b74f2

Please sign in to comment.