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

Update all to use in current rust version #6

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

JuyunLee
Copy link

@JuyunLee JuyunLee commented Jul 4, 2024

Rust version update

  • proc_macro: removed in lib.rs(now it's default)
  • attr_literals: removed in lib.rs(now it's default)
  • plugin: removed in lib.rs(deprecated)

Library version update & match the syntax

  • clap: ~2.23.3 -> 4.5.8
  • phf: 0.7.21 -> 0.11.2
  • phf_macros: 0.7.21 -> 0.11.2
  • proc_macro2: 1.0.86 added
  • chrono: 0.3.1 -> 0.4.38
  • quote: 0.3.12 -> 1.0.36
  • syn: 0.11.4 -> 2.0.68

Others

  • cargo fmt
  • fix-rs-lt bin fixed
  • test code fixed(non-network-required tests are passed)

@JuyunLee JuyunLee marked this pull request as ready for review July 4, 2024 08:47
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.

None yet

2 participants