Explorar el Código

cbor: Update cbor component version in idf_component.yml file in example

Harshit Malpani hace 3 años
padre
commit
5ff6dbba85
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/protocols/cbor/main/idf_component.yml

+ 1 - 1
examples/protocols/cbor/main/idf_component.yml

@@ -1,3 +1,3 @@
 ## IDF Component Manager Manifest File
 dependencies:
-  espressif/cbor: "^0.5.4"
+  espressif/cbor: ">=0.5.4,<1.0.0"