Skip to content

Commit

Permalink
feat(rumqttd): export Forward (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
Devdutt Shenoi authored Jul 31, 2024
1 parent f211241 commit 6f78e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions rumqttd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- External authentication function must be async
- Update `tokio-rustls` to `0.25.0`, `rustls-webpki` to `0.102.1`, `tokio-native-tls` to `0.3.1` and
`rust-pemfile` to `2.0.0`.
- Export `Forward` from root.

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion rumqttd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use tracing_subscriber::{
pub use link::alerts;
pub use link::local;
pub use link::meters;
pub use router::{Alert, IncomingMeter, Meter, Notification, OutgoingMeter};
pub use router::{Alert, Forward, IncomingMeter, Meter, Notification, OutgoingMeter};
use segments::Storage;
pub use server::Broker;

Expand Down

0 comments on commit 6f78e5f

Please sign in to comment.