Skip to content

Commit

Permalink
Exclude "rtu-server"/"tcp-server" from default features
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jan 2, 2024
1 parent 62c1910 commit 5a95811
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

# Changelog

## v0.10.0 (Unreleased)

- Exclude `rtu-server`/`tcp-server` from default features.

## v0.9.0 (2023-07-26)

- Optimization: Avoid allocations when writing multiple coils/registers.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pem = "3.0.3"
webpki = "0.22.4"

[features]
default = ["rtu", "tcp", "rtu-server", "tcp-server"]
default = ["rtu", "tcp"]
rtu = ["futures-util/sink"]
tcp = ["tokio/net", "futures-util/sink"]
rtu-sync = ["rtu", "sync", "dep:tokio-serial"]
Expand Down

0 comments on commit 5a95811

Please sign in to comment.