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 rust 1.74 and deps #1114

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

rustonaut
Copy link
Contributor

@rustonaut rustonaut commented Nov 30, 2023

  • update rust to 1.74
  • update all deps (including python)
  • sqlx has a new major version and Transaction no longer implements Executor (but does de-reference to one), so a lot of &mut, &mut *, &mut ** changes.
  • clipy found a bunch of additional minor things
  • tokenizer in bert has a new option for handling unknown tokens, for now I did set it to false
  • WIP: Ort version issues

@github-actions github-actions bot added the ready-for-review The PR can be reviewed label Nov 30, 2023
@rustonaut rustonaut marked this pull request as draft November 30, 2023 06:35
@github-actions github-actions bot added work-in-progress The author is still working on this PR and removed ready-for-review The PR can be reviewed labels Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
work-in-progress The author is still working on this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant