Skip to content

Commit 65f51ff

Browse files
fix: use correct license name in Cargo.toml (#108)
Co-authored-by: Joe Caulfield <[email protected]>
1 parent 047a752 commit 65f51ff

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resolver = "2"
1515
authors = ["Anza Technology Maintainers <[email protected]>"]
1616
repository = "https://github.com/anza-xyz/mollusk"
1717
readme = "README.md"
18-
license = "MIT"
18+
license-file = "LICENSE"
1919
edition = "2021"
2020
version = "0.1.5"
2121

bencher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ documentation = "https://docs.rs/mollusk-svm-bencher"
55
authors = { workspace = true }
66
repository = { workspace = true }
77
readme = { workspace = true }
8-
license = { workspace = true }
8+
license-file ={ workspace = true }
99
edition = { workspace = true }
1010
version = { workspace = true }
1111

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Mollusk CLI."
44
documentation = "https://docs.rs/mollusk-svm-cli"
55
authors = { workspace = true }
66
repository = { workspace = true }
7-
license = { workspace = true }
7+
license-file ={ workspace = true }
88
edition = { workspace = true }
99
version = { workspace = true }
1010

error/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ documentation = "https://docs.rs/mollusk-svm-error"
55
authors = { workspace = true }
66
repository = { workspace = true }
77
readme = { workspace = true }
8-
license = { workspace = true }
8+
license-file ={ workspace = true }
99
edition = { workspace = true }
1010
version = { workspace = true }
1111

fuzz/fixture-fd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Mollusk-compatible Firedancer fuzz fixture for SVM programs."
44
documentation = "https://docs.rs/mollusk-svm-fuzz-fixture-firedancer"
55
authors = { workspace = true }
66
repository = { workspace = true }
7-
license = { workspace = true }
7+
license-file ={ workspace = true }
88
edition = { workspace = true }
99
version = { workspace = true }
1010

fuzz/fixture/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Mollusk-compatible fuzz fixture for SVM programs."
44
documentation = "https://docs.rs/mollusk-svm-fuzz-fixture"
55
authors = { workspace = true }
66
repository = { workspace = true }
7-
license = { workspace = true }
7+
license-file ={ workspace = true }
88
edition = { workspace = true }
99
version = { workspace = true }
1010

fuzz/fs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Filesystem management for fuzz tooling."
44
documentation = "https://docs.rs/mollusk-svm-fuzz-fs"
55
authors = { workspace = true }
66
repository = { workspace = true }
7-
license = { workspace = true }
7+
license-file ={ workspace = true }
88
edition = { workspace = true }
99
version = { workspace = true }
1010

harness/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ documentation = "https://docs.rs/mollusk-svm"
55
authors = { workspace = true }
66
repository = { workspace = true }
77
readme = { workspace = true }
8-
license = { workspace = true }
8+
license-file ={ workspace = true }
99
edition = { workspace = true }
1010
version = { workspace = true }
1111

keys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ documentation = "https://docs.rs/mollusk-svm-keys"
55
authors = { workspace = true }
66
repository = { workspace = true }
77
readme = { workspace = true }
8-
license = { workspace = true }
8+
license-file ={ workspace = true }
99
edition = { workspace = true }
1010
version = { workspace = true }
1111

programs/memo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ documentation = "https://docs.rs/mollusk-svm-programs-memo"
55
authors = { workspace = true }
66
repository = { workspace = true }
77
readme = { workspace = true }
8-
license = { workspace = true }
8+
license-file ={ workspace = true }
99
edition = { workspace = true }
1010
version = { workspace = true }
1111

0 commit comments

Comments
 (0)