akka / akka-edge-rs

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

Build error in release #65

Closed patriknw closed 1 year ago

patriknw commented 1 year ago

Partial success with the 0.1.0 release, but https://github.com/lightbend/akka-edge-rs/actions/runs/6588454103/job/17900738772#step:6:144

perhaps two different versions of crate `akka_persistence_rs` are being used?
patriknw commented 1 year ago

It could have been this instruction that I didn't pay attention to:

Change the dependency.akka-* versions to be the same version number as per step 1.

Since the version was set to 0.1.0 I thought no further changes were needed

huntc commented 1 year ago

Yes, important to change all the version numbers. The order of publishing is also important as per the RELEASE.md doc.