mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[ruby/mmtk] Bump mmtk-core
https://github.com/ruby/mmtk/commit/9876d8f0a1
This commit is contained in:
parent
f8b4feb7f0
commit
a4c3361587
5
gc/mmtk/Cargo.lock
generated
5
gc/mmtk/Cargo.lock
generated
@ -491,7 +491,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "mmtk"
|
||||
version = "0.31.0"
|
||||
source = "git+https://github.com/mmtk/mmtk-core.git?rev=3d89bb51c191d3077278684ec5059726128d3e2b#3d89bb51c191d3077278684ec5059726128d3e2b"
|
||||
source = "git+https://github.com/mmtk/mmtk-core.git?rev=c6317a3f1c262e33fc2e427e4cc999c17bcc4791#c6317a3f1c262e33fc2e427e4cc999c17bcc4791"
|
||||
dependencies = [
|
||||
"atomic",
|
||||
"atomic-traits",
|
||||
@ -517,6 +517,7 @@ dependencies = [
|
||||
"num_cpus",
|
||||
"portable-atomic",
|
||||
"probe",
|
||||
"rayon-core",
|
||||
"regex",
|
||||
"rustversion",
|
||||
"spin",
|
||||
@ -529,7 +530,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "mmtk-macros"
|
||||
version = "0.31.0"
|
||||
source = "git+https://github.com/mmtk/mmtk-core.git?rev=3d89bb51c191d3077278684ec5059726128d3e2b#3d89bb51c191d3077278684ec5059726128d3e2b"
|
||||
source = "git+https://github.com/mmtk/mmtk-core.git?rev=c6317a3f1c262e33fc2e427e4cc999c17bcc4791#c6317a3f1c262e33fc2e427e4cc999c17bcc4791"
|
||||
dependencies = [
|
||||
"proc-macro-error",
|
||||
"proc-macro2",
|
||||
|
||||
@ -25,7 +25,7 @@ features = ["is_mmtk_object", "object_pinning", "sticky_immix_non_moving_nursery
|
||||
|
||||
# Uncomment the following lines to use mmtk-core from the official repository.
|
||||
git = "https://github.com/mmtk/mmtk-core.git"
|
||||
rev = "3d89bb51c191d3077278684ec5059726128d3e2b"
|
||||
rev = "c6317a3f1c262e33fc2e427e4cc999c17bcc4791"
|
||||
|
||||
# Uncomment the following line to use mmtk-core from a local repository.
|
||||
# path = "../../../mmtk-core"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user