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

chore: cargo update #121

Merged
merged 1 commit into from
Nov 9, 2023
Merged

chore: cargo update #121

merged 1 commit into from
Nov 9, 2023

Conversation

tisonkun
Copy link
Contributor

@tisonkun tisonkun commented Nov 9, 2023

Fix -

error[E0635]: unknown feature `proc_macro_span_shrink`
  --> /Users/tison/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.51/src/lib.rs:92:30
   |
92 |     feature(proc_macro_span, proc_macro_span_shrink)
   |                              ^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0635`.

by

$ cargo update

Signed-off-by: tison <wander4096@gmail.com>
@epage epage merged commit ba2a784 into rust-cli:master Nov 9, 2023
13 of 14 checks passed
@tisonkun tisonkun deleted the upgrade branch November 9, 2023 14:25
@tisonkun
Copy link
Contributor Author

tisonkun commented Nov 9, 2023

@epage Thank you! May I ask how do you guys do release and I can expect to use a new version include this commit?

@epage
Copy link
Collaborator

epage commented Nov 9, 2023

Why is a new release needed? Whats in our Cargo.lock should not affect you.

@tisonkun
Copy link
Contributor Author

tisonkun commented Nov 9, 2023

Yes correct 🤣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants