-
Notifications
You must be signed in to change notification settings - Fork 47
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
[Housekeeping] Upgrade toolchain and deps #1645
Conversation
1b5fba2
to
432de98
Compare
f11590b
to
964b71e
Compare
ebb9c00
to
2d91b67
Compare
3964831
to
1bd5a78
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the housekeeping @AhmedSoliman! The one question I had is whether we also need to add version = 2
to [licenses]
in order to enable the new default values. +1 for merging after sorting this out.
@@ -209,6 +209,7 @@ fn validate_and_update_cluster_marker_inner( | |||
// write the new cluster marker file | |||
let new_cluster_marker_file = OpenOptions::new() | |||
.create(true) | |||
.truncate(true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching this bug!
@@ -1,4 +1,4 @@ | |||
[toolchain] | |||
channel = "1.75.0" | |||
channel = "1.79.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll update our dev-tools docker image accordingly.
- Remove schema/schema-api (now in `restate_types::schema`) - Remove cluster-controller and merge with restate-admin - Use `prost-dto` for cluster-state - Move networking types to `restate_types::net` - Protobuf internal types reorg
- Merge `restate-network` into `restate-core` - Merge NetworkError and NetworkSendError
- Upgrade rocksdb - Upgrade Rust toolchain to 1.79.0 - Remove unused functions that new clippy complains about (including get_next_message in shuffle that we stopped using recently)
[Housekeeping] Upgrade toolchain and deps
Stack created with Sapling. Best reviewed with ReviewStack.