Skip to content

Commit f23a3d1

Browse files
committed
Enable rustapi-testing as dev-dependency in rustapi-core
Uncommented and activated the rustapi-testing crate in rustapi-core's dev-dependencies to support testing. Updated Cargo.lock to reflect the new dependency.
1 parent 1e6d5b8 commit f23a3d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
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)