We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d09b199 + e8e29cf commit 6e65644Copy full SHA for 6e65644
crates/runner-nordic/Cargo.toml
@@ -28,7 +28,7 @@ wasefire-board-api = { path = "../board" }
28
wasefire-error = { path = "../error" }
29
wasefire-interpreter = { path = "../interpreter", optional = true }
30
wasefire-logger = { path = "../logger" }
31
-wasefire-one-of = { version = "0.1.1-git", path = "../one-of" }
+wasefire-one-of = { path = "../one-of" }
32
wasefire-protocol-usb = { path = "../protocol-usb", features = ["device"] }
33
wasefire-store = { path = "../store" }
34
wasefire-sync = { path = "../sync" }
0 commit comments