Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: autopublish rust crates on tag event #6728

Merged
merged 2 commits into from
Sep 28, 2023

Conversation

vincenzopalazzo
Copy link
Contributor

This includes the auto-publish the release on the crate-io
and also include a rust fix (see commit for details)

I do not know how @cdecker feals about dry-run when we merge a PR
this allow us to make sure that we do not fails on release
but it can be challenging during development.

Happy to drop it if we are not sure if this is really useful

This commit is just bumping the Cargo.lock file to
fix the following build issue with the more
recent rust version.

cargo build --quiet --example cln-plugin-startup
error[E0635]: unknown feature `proc_macro_span_shrink`
  --> /home/vincent/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.59/src/lib.rs:92:30
   |
92 |     feature(proc_macro_span, proc_macro_span_shrink)
   |                              ^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0635`.
error: could not compile `proc-macro2` (lib) due to previous error

Signed-off-by: Vincenzo Palazzo <[email protected]>
@vincenzopalazzo vincenzopalazzo added the rust Issue related to rust label Sep 27, 2023
@vincenzopalazzo vincenzopalazzo added this to the v23.11 milestone Sep 27, 2023
.github/workflows/crate-io.yml Outdated Show resolved Hide resolved
@cdecker cdecker enabled auto-merge (rebase) September 28, 2023 11:07
@cdecker cdecker merged commit 57ead06 into ElementsProject:master Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Issue related to rust
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants