Skip to content

v0.11.0

Compare
Choose a tag to compare
@H1rono H1rono released this 08 Dec 17:06
· 43 commits to main since this release

Added

  • MSRVに関するドキュメントを追加

Changed

  • Handler::on_{event_kind}のシグネチャを修正
  • MSRVを1.76.0に更新
  • 依存ライブラリを更新
  • docs.rs用の設定を修正
  • tower::Service traitの実装条件を修正

Removed

  • Handler::newを削除
  • handler::EventWithStateを削除

Fixed

  • <handler::WithState as tower::Service>::poll_readyの実装を修正

For Developers

  • #![deny(clippy::pedantic)]の設定をCargo.tomlに移動
  • CIの設定を一部修正