Skip to content

Commit 239600c

Browse files
committed
Remove rustapi-testing from dev-dependencies
Commented out the rustapi-testing dev-dependency in rustapi-core/Cargo.toml. This may be to temporarily disable its use in tests or due to compatibility or build issues.
1 parent 8a4feb1 commit 239600c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Cargo.lock

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rustapi-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ rcgen = { workspace = true, optional = true }
7979
[dev-dependencies]
8080
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
8181
proptest = "1.4"
82-
rustapi-testing = { workspace = true }
82+
# rustapi-testing = { workspace = true }
8383
reqwest = { version = "0.12", features = ["json", "stream"] }
8484
async-stream = "0.3"
8585
[features]

0 commit comments

Comments
 (0)