You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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]>
Description
To keep up with the ecosystem changes we need to update our Rust version and other dependencies.
Acceptence Criterea
The text was updated successfully, but these errors were encountered: