[ruby/mmtk] Bump mmtk-core version
https://github.com/ruby/mmtk/commit/0de72c03ba
This commit is contained in:
parent
60f235ab1f
commit
2b713f08a3
10
gc/mmtk/Cargo.lock
generated
10
gc/mmtk/Cargo.lock
generated
@ -1,6 +1,6 @@
|
|||||||
# This file is automatically @generated by Cargo.
|
# This file is automatically @generated by Cargo.
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
version = 3
|
version = 4
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aho-corasick"
|
name = "aho-corasick"
|
||||||
@ -431,8 +431,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mmtk"
|
name = "mmtk"
|
||||||
version = "0.28.0"
|
version = "0.30.0"
|
||||||
source = "git+https://github.com/mmtk/mmtk-core.git?rev=0883898514d482d9027c845e8d7f6976a49a39ac#0883898514d482d9027c845e8d7f6976a49a39ac"
|
source = "git+https://github.com/mmtk/mmtk-core.git?rev=ec745353a8de72b645613e0fef3ab7f5f1ad9bd1#ec745353a8de72b645613e0fef3ab7f5f1ad9bd1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atomic",
|
"atomic",
|
||||||
"atomic-traits",
|
"atomic-traits",
|
||||||
@ -467,8 +467,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mmtk-macros"
|
name = "mmtk-macros"
|
||||||
version = "0.28.0"
|
version = "0.30.0"
|
||||||
source = "git+https://github.com/mmtk/mmtk-core.git?rev=0883898514d482d9027c845e8d7f6976a49a39ac#0883898514d482d9027c845e8d7f6976a49a39ac"
|
source = "git+https://github.com/mmtk/mmtk-core.git?rev=ec745353a8de72b645613e0fef3ab7f5f1ad9bd1#ec745353a8de72b645613e0fef3ab7f5f1ad9bd1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro-error",
|
"proc-macro-error",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
@ -31,7 +31,7 @@ features = ["is_mmtk_object", "object_pinning", "sticky_immix_non_moving_nursery
|
|||||||
|
|
||||||
# Uncomment the following lines to use mmtk-core from the official repository.
|
# Uncomment the following lines to use mmtk-core from the official repository.
|
||||||
git = "https://github.com/mmtk/mmtk-core.git"
|
git = "https://github.com/mmtk/mmtk-core.git"
|
||||||
rev = "0883898514d482d9027c845e8d7f6976a49a39ac"
|
rev = "ec745353a8de72b645613e0fef3ab7f5f1ad9bd1"
|
||||||
|
|
||||||
# Uncomment the following line to use mmtk-core from a local repository.
|
# Uncomment the following line to use mmtk-core from a local repository.
|
||||||
# path = "../../../mmtk-core"
|
# path = "../../../mmtk-core"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user