mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-11 01:27:58 +01:00
rust: fixes the dependencies build with the rustc 1.73.0
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 <vincenzopalazzodev@gmail.com>
This commit is contained in:
parent
15b1ccb149
commit
a51894f510
1 changed files with 320 additions and 291 deletions
611
Cargo.lock
generated
611
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue