diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index ce7ef2c2..1883fc67 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -10,8 +10,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/udesou/julia.git" -julia_version = "5f743032000a5ac85d18a64e3c6992e3b8e0f0bc" +julia_repo = "https://github.com/mmtk/julia.git" +julia_version = "6eb18d0e6c4267f6ec5665f1bba89f7c05207316" [lib] crate-type = ["cdylib"]