Skip to content

Commit b6eb01f

Browse files
committed
fix(test): compilation for non-macos machine
1 parent 3fa806d commit b6eb01f

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,9 @@ rcgen = { version = "0.13.2", default-features = false, features = ["ring"] }
7373
testcontainers = "0.23.1"
7474
test-case = "3.3.1"
7575
collection_macros = "0.2.0"
76-
rstest = "0.23.0"
76+
rstest = "0.24.0"
7777
serial_test = "3.2.0"
7878
derive_more = { version = "1.0.0", features = ["from"] }
79-
80-
[target.'cfg(target_os = "macos")'.dev-dependencies]
8179
get_if_addrs = "0.5.3"
8280

8381
[features]

0 commit comments

Comments
 (0)