ElementsProject / lightning

Core Lightning — Lightning Network implementation focusing on spec compliance and performance
Other
2.81k stars 889 forks source link

bump rust crate versions for 24.08 release #7623

Open daywalker90 opened 3 weeks ago

daywalker90 commented 3 weeks ago

These versions need to be bumped for the 24.08 release so the CI publishes them to crates.io

cdecker commented 3 weeks ago

Can we combine the version bump in #7598 and #7597 into one PR? Those PRs switch from 0.x.y to 0.x.0 so that we can add hotfixes if needed.

daywalker90 commented 3 weeks ago

Those 2 bump dependencies aswell (which i also had a PR for but there was a bug i couldn't figure out). And in rust you usually only bump the x in 0.x.y if there is a breaking change which i think there is not from 24.05 to 24.08 (have not checked)?

daywalker90 commented 3 weeks ago

We definitely should have bumped the x in earlier releases tho. So just do what you see fit.