Skip to content

Commit d59e202

Browse files
committed
fixup! coap: Implement traits independently of feature flag
1 parent ba9ee5e commit d59e202

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ rand_core_06 = { package = "rand_core", version = "^0.6" }
3535
# For nimble UUID parsing and some debug implementations
3636
hex = { version = "^0.4.3", default-features = false }
3737

38-
coap-numbers = { version = "^0.2.0", optional = true }
38+
coap-numbers = "^0.2.0"
3939

4040
embedded-graphics = "0.6"
4141

4242
# Originally disabled by default because they were not published yet; now
4343
# disabled by default we're moving toward opt-in modules anyway.
44-
coap-message = { version = "^0.2.3", optional = true }
45-
coap-handler = { version = "^0.1.4", optional = true }
44+
coap-message = "^0.2.3"
45+
coap-handler = "^0.1.4"
4646
embedded-nal = { version = "0.6.0", optional = true }
4747
embedded-nal-tcpextensions = { version = "0.1", optional = true }
4848
pin-utils = "0.1"

0 commit comments

Comments
 (0)