Skip to content

Commit 554c144

Browse files
committed
Merge branch 'bugfix/incompatible_component_version_v3.3.0.0' into 'release/v3.3.0.0'
fix: Fixed a potential websocket crash due to incompatible version (v3.3.0.0) See merge request application/esp-at!1661
2 parents b7db4a4 + f9394f6 commit 554c144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/at/idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## IDF Component Manager Manifest File
22
dependencies:
33
espressif/mdns:
4-
version: "^1.0.0"
4+
version: "~1.0.0"
55
espressif/esp_websocket_client:
6-
version: "^1.2.0"
6+
version: "~1.2.0"
77
espressif/bootloader_support_plus:
88
version: "==0.2.2"
99
rules:

0 commit comments

Comments
 (0)