Skip to content

Commit 1ac5a98

Browse files
committed
fix: unsupported cargo slugs
1 parent 0b65346 commit 1ac5a98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stm32cubeprogrammer-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "CLI for the STM32CubeProgrammer API"
88
license = "MIT"
99
repository = "https://github.com/ckrenslehner/stm32cubeprogrammer-rs"
1010
keywords = ["stm32", "cube", "programmer", "cli"]
11-
categories = ["command-line-utilities", "stm32", "embedded-systems"]
11+
categories = ["command-line-utilities"]
1212

1313
[dependencies]
1414
bpaf = { version = "0.9", features = ["derive"] }

stm32cubeprogrammer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Rust bindings for the STM32CubeProgrammer API"
88
license = "MIT"
99
repository = "https://github.com/ckrenslehner/stm32cubeprogrammer-rs"
1010
keywords = ["stm32", "cube", "programmer", "api"]
11-
categories = ["stm32", "embedded-systems"]
11+
categories = ["api-bindings"]
1212

1313
[package.metadata]
1414
# std::sync::OnceLock is available since 1.70

0 commit comments

Comments
 (0)