Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 356 Bytes

File metadata and controls

15 lines (10 loc) · 356 Bytes

Changelog

0.1.0

  • Clean up and fix warnings and fix expansion module
  • Add documentation

0.2.0

Breaking Changes

  • Default: Native async-in-traits (RPITIT) - no async-trait dependency

Usage

  • Default: dsl-ractor = "0.2.0" (native async)
  • Compatibility: dsl-ractor = { version = "0.2.0", features = ["async-trait"] }