Skip to content

Update all to use in current rust version#6

Open
JuyunLee wants to merge 19 commits intojbendig:masterfrom
JuyunLee:master
Open

Update all to use in current rust version#6
JuyunLee wants to merge 19 commits intojbendig:masterfrom
JuyunLee:master

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.

2 participants