Skip to content

Commit

Permalink
refactor!: Remove deprecated features
Browse files Browse the repository at this point in the history
Both `with-coap-message` and `example-server_coaphandler`
no longer have to be activated as features. Since they're now buildable
on stable rust, they're regular dependencies instead.
  • Loading branch information
martindisch committed Apr 29, 2024
1 parent d107e1c commit 678b2eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ coap-handler-implementations = "0.5.0"
default = ["std"]
std = ["lru_time_cache"]

# The dependencies behind these features hasve become non-optional when they
# became buildable on stable Rust. The features are deprecated to use, and can
# be removed in a breaking release.
with-coap-message = []
example-server_coaphandler = []

# UDP feature enables additional optimizations for CoAP over UDP.
udp = []

Expand Down

0 comments on commit 678b2eb

Please sign in to comment.