Skip to content

Commit a33baa1

Browse files
author
Jonathan D.A. Jewell
committed
fix: use license-file for crates.io compatibility
PMPL-1.0-or-later is not a standard SPDX identifier, so use license-file field to point to LICENSE file instead.
1 parent 0a11e4b commit a33baa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "1.0.1"
55
edition = "2021"
66
rust-version = "1.85.0"
77
authors = ["Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>"]
8-
license = "PMPL-1.0-or-later"
8+
license-file = "LICENSE"
99
description = "Universal stress testing and logic-based bug signature detection"
1010
repository = "https://github.com/hyperpolymath/panic-attacker"
1111

0 commit comments

Comments
 (0)