Skip to content

Commit b8ecd82

Browse files
Move to Rust 1.83 (backport #211) (#214)
This PR updates the pinned Rust version to 1.83, and updates mmtk-core to https://github.com/mmtk/mmtk-core/pull/1253.<hr>This is an automatic backport of pull request #211 done by [Mergify](https://mergify.com). --------- Co-authored-by: Yi Lin <[email protected]>
1 parent a516216 commit b8ecd82

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

mmtk/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mmtk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ lazy_static = "1.1"
3333
# - change branch
3434
# - change repo name
3535
# But other changes including adding/removing whitespaces in commented lines may break the CI
36-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "2e548e5912ec195cce8d12811902a8617c4143e2" }
36+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "ec745353a8de72b645613e0fef3ab7f5f1ad9bd1" }
3737
# Uncomment the following to build locally
3838
# mmtk = { path = "../repos/mmtk-core" }
3939
log = {version = "0.4", features = ["max_level_trace", "release_max_level_off"] }

mmtk/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.77.0
1+
1.83.0

0 commit comments

Comments
 (0)