You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
347 B
14 lines
347 B
1 year ago
|
--- a/Cargo.toml
|
||
|
+++ b/Cargo.toml
|
||
|
@@ -78,8 +78,8 @@ version = "0.1.1"
|
||
|
[dev-dependencies.plain]
|
||
|
version = "0.2.3"
|
||
|
|
||
|
-[dev-dependencies.probe]
|
||
|
-version = "0.3"
|
||
|
+[target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", target_arch = \"aarch64\"))".dev-dependencies.probe]
|
||
|
+version = "0.5"
|
||
|
|
||
|
[dev-dependencies.scopeguard]
|
||
|
version = "1.1"
|