Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Oct 17, 2023
1 parent 84d43e8 commit 0ab107a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edge-net"
version = "0.3.0"
version = "0.4.0"
authors = ["Ivan Markov <[email protected]>"]
edition = "2021"
categories = ["embedded", "hardware-support"]
Expand All @@ -9,10 +9,7 @@ description = "no_std and no-alloc async implementations of various network prot
repository = "https://github.com/ivmarkov/edge-net"
license = "MIT OR Apache-2.0"
readme = "README.md"
rust-version = "1.70"

[patch.crates-io]
embedded-svc = { git = "https://github.com/esp-rs/embedded-svc" }
rust-version = "1.71"

[features]
default = ["std"]
Expand All @@ -28,7 +25,7 @@ embedded-io-async = { version = "0.6", default-features = false, optional = true
heapless = { version = "0.7", default-features = false }
httparse = { version = "1.7", default-features = false }
embassy-futures = "0.1"
embassy-sync = { version = "0.2", default-features = false }
embassy-sync = { version = "0.3", default-features = false }
no-std-net = { version = "0.6", default-features = false }
log = { version = "0.4", default-features = false }
base64 = { version = "0.13", default-features = false }
Expand All @@ -37,7 +34,7 @@ embedded-nal-async = "0.6"
domain = { version = "0.7", default-features = false, optional = true }
futures-lite = { version = "1", default-features = false, optional = true }
async-io = { version = "1", default-features = false, optional = true }
embedded-svc = { version = "0.25", default-features = false, optional = true, features = ["embedded-io-async"] }
embedded-svc = { version = "0.26", default-features = false, optional = true, features = ["embedded-io-async"] }
rumqttc = { version = "0.19", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 0ab107a

Please sign in to comment.