serverlesstechnology / cqrs

A lightweight, opinionated CQRS and event sourcing framework.
Other
384 stars 42 forks source link

Update MSRV to 1.70.0 #98

Closed lambdalisue closed 1 month ago

lambdalisue commented 2 months ago

Because tokio-macros v2.4.0 requires rustc 1.70 or newer so cqrs needs to update the MSRV to 1.70.0.

error: package tokio-macros v2.4.0 cannot be built because it requires rustc 1.70 or newer, while the currently active rustc version is 1.63.0

See https://github.com/serverlesstechnology/cqrs/actions/runs/10852588958/job/30118970357