We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0ee4c commit e4c6cabCopy full SHA for e4c6cab
2 files changed
examples/std/Cargo.toml
@@ -71,10 +71,6 @@ path = "src/bin/type_c/service.rs"
71
name = "type-c-unconstrained"
72
path = "src/bin/type_c/unconstrained.rs"
73
74
-[[bin]]
75
-name = "type-c-ucsi"
76
-path = "src/bin/type_c/ucsi.rs"
77
-
78
# Needed otherwise cargo will pull from git
79
[patch."https://github.com/OpenDevicePartnership/embedded-services"]
80
embedded-services = { path = "../../embedded-service" }
examples/std/src/bin/type_c/ucsi.rs
0 commit comments