Skip to content

Commit

Permalink
Update edge-nal, edge-nal-embassy, edge-http to 0.3.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyGrondin authored Sep 26, 2024
1 parent 236724d commit c9225fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ static_cell = { version = "2.1", features = ["nightly"] }

esp-mbedtls = { path = "./esp-mbedtls" }

edge-http = { package = "edge-http", git = "https://github.com/ivmarkov/edge-net/", optional = true }
edge-nal-embassy = { package = "edge-nal-embassy", git = "https://github.com/ivmarkov/edge-net/", optional = true }
edge-http = { version = "0.3.0", optional = true }
edge-nal-embassy = { version = "0.3.0", optional = true }
cfg-if = "1.0.0"

[[example]]
Expand Down
4 changes: 2 additions & 2 deletions esp-mbedtls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ embedded-io-async = { version = "0.6.0", optional = true }
crypto-bigint = { version = "0.5.3", default-features = false, features = ["extra-sizes"] }
esp-hal = { version = "0.20.1" }
cfg-if = "1.0.0"
edge-nal = { package = "edge-nal", git = "https://github.com/ivmarkov/edge-net/", optional = true }
edge-nal-embassy = { package = "edge-nal-embassy", git = "https://github.com/ivmarkov/edge-net/", optional = true }
edge-nal = { version = "0.3.0", optional = true }
edge-nal-embassy = { version = "0.3.0", optional = true }
embassy-net = { version = "0.4", features = [ "tcp", "medium-ethernet"], optional = true }

[features]
Expand Down

0 comments on commit c9225fd

Please sign in to comment.