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
Correct crate version numbers that have broken semver
The semver CI check is great but only checks the immediate crate in
question. It doesn't catch that many of our crates depend on
`lightning` and thus have actually broken semver as the types they
use have changed to `lightning` 0.3.
Here we hump the version of crates that have actually changed
semver since 0.2.
In addition to those that depend on `lightning`,
`lightning-invoice`'s API has changed (but was not being checked by
the semver CI task).
Finally, `lightning-macros` was updated to 0.2.1, so the version is
changed to 0.2.2.
0 commit comments