File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ rand_core_06 = { package = "rand_core", version = "^0.6" }
35
35
# For nimble UUID parsing and some debug implementations
36
36
hex = { version = " ^0.4.3" , default-features = false }
37
37
38
- coap-numbers = { version = " ^0.2.0" , optional = true }
38
+ coap-numbers = " ^0.2.0"
39
39
40
40
embedded-graphics = " 0.6"
41
41
42
42
# Originally disabled by default because they were not published yet; now
43
43
# 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"
46
46
embedded-nal = { version = " 0.6.0" , optional = true }
47
47
embedded-nal-tcpextensions = { version = " 0.1" , optional = true }
48
48
pin-utils = " 0.1"
You can’t perform that action at this time.
0 commit comments