You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the raftify and raftify-py crates operate as completely separate crates, so their versions must be manually synchronized by someone, making it easy to introduce version mismatches.
Let's write a test in the CI to ensure that the versions of the two crates are the same.
The text was updated successfully, but these errors were encountered:
Currently, the
raftify
andraftify-py
crates operate as completely separate crates, so their versions must be manually synchronized by someone, making it easy to introduce version mismatches.Let's write a test in the CI to ensure that the versions of the two crates are the same.
The text was updated successfully, but these errors were encountered: