Skip to content

Commit 6e693ff

Browse files
committed
fix bad categories
1 parent c3cca7e commit 6e693ff

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

crates/anchor-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://github.com/macalinao/testsvm"
1010
repository = "https://github.com/macalinao/testsvm"
1111
readme = "README.md"
1212
keywords = ["ian-macalinao", "anchor", "solana", "utilities", "blockchain"]
13-
categories = ["development-tools", "blockchain", "cryptography::cryptocurrencies"]
13+
categories = ["development-tools", "cryptography::cryptocurrencies"]
1414

1515
[dependencies]
1616
anchor-lang = "0.31.1"

crates/solana-address-book/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://github.com/macalinao/testsvm"
1010
repository = "https://github.com/macalinao/testsvm"
1111
readme = "README.md"
1212
keywords = ["ian-macalinao", "solana", "addresses", "tracking", "blockchain"]
13-
categories = ["development-tools", "blockchain", "data-structures"]
13+
categories = ["development-tools", "data-structures"]
1414

1515
[dependencies]
1616
anchor-lang = "0.31.1"

crates/testsvm-quarry/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ homepage = "https://github.com/macalinao/testsvm"
1010
repository = "https://github.com/macalinao/testsvm"
1111
readme = "README.md"
1212
keywords = ["ian-macalinao", "quarry", "solana", "testing", "blockchain"]
13-
categories = [
14-
"development-tools::testing",
15-
"blockchain",
16-
"cryptography::cryptocurrencies"
17-
]
13+
categories = ["development-tools::testing", "cryptography::cryptocurrencies"]
1814

1915
[dependencies]
2016
anyhow = "1.0"

crates/testsvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://github.com/macalinao/testsvm"
1010
repository = "https://github.com/macalinao/testsvm"
1111
readme = "README.md"
1212
keywords = ["ian-macalinao", "solana", "svm", "testing", "blockchain"]
13-
categories = ["development-tools::testing", "blockchain", "simulation"]
13+
categories = ["development-tools::testing", "simulation"]
1414

1515
[dependencies]
1616
solana-address-book = { path = "../solana-address-book" }

0 commit comments

Comments
 (0)