akka / akka-edge-rs

Akka Edge support in Rust
https://doc.akka.io/docs/akka-edge/current/
Other
9 stars 1 forks source link

Bump chrono version #33

Closed huntc closed 1 year ago

huntc commented 1 year ago

A later chrono version introduced a new API given an older deprecation. We now correctly specify the min library version.

Ref #32