Skip to content

Commit

Permalink
Merge branch 'bugfix/incompatible_component_version_v4.0.0.0' into 'r…
Browse files Browse the repository at this point in the history
…elease/v4.0.0.0'

fix: Fixed a potential websocket crash due to incompatible version (v4.0.0.0)

See merge request application/esp-at!1659
  • Loading branch information
xcguang committed Nov 15, 2024
2 parents 687e654 + 3c3d651 commit 110bd15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/at/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## IDF Component Manager Manifest File
dependencies:
espressif/mdns:
version: "^1.0.0"
version: "~1.0.0"
espressif/esp_websocket_client:
version: "^1.2.0"
version: "~1.2.0"
espressif/bootloader_support_plus:
version: "==0.2.2"
rules:
Expand Down

0 comments on commit 110bd15

Please sign in to comment.