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

[GraphSDK] Update Rust and dependencies #182

Closed
aramikm opened this issue Mar 5, 2024 · 0 comments · Fixed by #181
Closed

[GraphSDK] Update Rust and dependencies #182

aramikm opened this issue Mar 5, 2024 · 0 comments · Fixed by #181
Assignees

Comments

@aramikm
Copy link
Collaborator

aramikm commented Mar 5, 2024

Description

To keep up with the ecosystem changes we need to update our Rust version and other dependencies.

Acceptence Criterea

  • Update Rust
  • Update all crates to latest version (if feasible)
  • Bump patch versions
@aramikm aramikm self-assigned this Mar 5, 2024
@aramikm aramikm mentioned this issue Mar 5, 2024
1 task
aramikm added a commit that referenced this issue Mar 6, 2024
# Goal
The goal of this PR is to upgrade dependencies on the graph-sdk. To add
support for more targets like `aarch64` on linux, the CI was demanding
newer Rust version and that was the reason to upgrade everything.

Closes #182 

# Changes
- Upgraded Rust version to `"1.76.0" stable`
- Upgraded all crates to latest stable versions
- Fixed cargo deny toml to work with the latest updates (had to manually
allow some licenses)
- Bumped all internal packaged from `1.0.0` to `1.0.2`. (Skipped `1.0.1`
since wanted to keep the internal and published released versions in
sync if possible and we already released `1.0.1`)


# Open issues
- [x] FFI tests is broken in CI and had to comment it temporarily

---------

Co-authored-by: Puneet Saraswat <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant