aboutsummaryrefslogtreecommitdiff
path: root/tests/utils
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-09-21 23:01:13 +0000
committerGitHub <[email protected]>2025-09-21 23:01:13 +0000
commit0eaf5bc1fffbd808397fe4f6af85198c45b1daa9 (patch)
tree1437f2e27f283b252b6a0419af4f2455618dc511 /tests/utils
parent5a94ad0062573f60a14707bba7f3684ad398fc20 (diff)
parent54a95927f054dd7229fd5e26c3acee509f71c82f (diff)
Merge pull request #4693 from embassy-rs/janitor
ci: add cargo manifest check
Diffstat (limited to 'tests/utils')
-rw-r--r--tests/utils/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utils/Cargo.toml b/tests/utils/Cargo.toml
index f76feaa20..ddb990e0f 100644
--- a/tests/utils/Cargo.toml
+++ b/tests/utils/Cargo.toml
@@ -2,6 +2,7 @@
2name = "test-utils" 2name = "test-utils"
3version = "0.1.0" 3version = "0.1.0"
4edition = "2021" 4edition = "2021"
5license = "MIT OR Apache-2.0"
5publish = false 6publish = false
6 7
7[dependencies] 8[dependencies]