From f79ed366e78fbd8ec80310ebbe053709bd2f56cc Mon Sep 17 00:00:00 2001 From: Yi Lin Date: Wed, 29 May 2024 00:18:18 +0000 Subject: [PATCH] Update Julia repo to the runtime-pin branch --- mmtk/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index 8c1e350b..88ac7e6c 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -9,8 +9,8 @@ edition = "2018" # Metadata for the Julia repository [package.metadata.julia] # Our CI matches the following line and extract mmtk/julia. If this line is updated, please check ci yaml files and make sure it works. -julia_repo = "https://github.com/mmtk/julia.git" -julia_version = "0ac54e680f9a8b57bb1fd8ef04919ce9898ae77b" +julia_repo = "https://github.com/qinsoon/julia.git" +julia_version = "runtime-pin" [lib] crate-type = ["cdylib"]