Skip to content

Commit

Permalink
Move to Rust 1.83 (#211)
Browse files Browse the repository at this point in the history
This PR updates the pinned Rust version to 1.83, and updates mmtk-core
to mmtk/mmtk-core#1253.

(cherry picked from commit 73e9c84)

# Conflicts:
#	.github/mergify.yml
#	mmtk/Cargo.lock
#	mmtk/Cargo.toml
  • Loading branch information
qinsoon authored and mergify[bot] committed Jan 6, 2025
1 parent a6f8cac commit 098cc57
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,17 @@ pull_request_rules:
assignees:
- "{{ author }}"
label_conflicts: backport-conflicts
<<<<<<< HEAD
=======

Check failure on line 25 in .github/mergify.yml

View check run for this annotation

Mergify / Configuration changed

Invalid YAML

while scanning a simple key in "<unicode string>", line 24, column 1 could not find expected ':' in "<unicode string>", line 25, column 1
- name: backport patches to dev
conditions:
- base=master
- label=backport-dev
actions:
backport:
branches:
- dev
assignees:
- "{{ author }}"
label_conflicts: backport-conflicts
>>>>>>> 73e9c84 (Move to Rust 1.83 (#211))
12 changes: 11 additions & 1 deletion mmtk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions mmtk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ lazy_static = "1.1"
# - change branch
# - change repo name
# But other changes including adding/removing whitespaces in commented lines may break the CI
<<<<<<< HEAD
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "2e548e5912ec195cce8d12811902a8617c4143e2" }
=======
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "ec745353a8de72b645613e0fef3ab7f5f1ad9bd1" }
>>>>>>> 73e9c84 (Move to Rust 1.83 (#211))
# Uncomment the following to build locally
# mmtk = { path = "../repos/mmtk-core" }
log = {version = "0.4", features = ["max_level_trace", "release_max_level_off"] }
Expand Down
2 changes: 1 addition & 1 deletion mmtk/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.77.0
1.83.0

0 comments on commit 098cc57

Please sign in to comment.