File tree Expand file tree Collapse file tree 1 file changed +18
-19
lines changed Expand file tree Collapse file tree 1 file changed +18
-19
lines changed Original file line number Diff line number Diff line change @@ -19,37 +19,36 @@ crate-type = ["rlib"]
19
19
doctest = false
20
20
21
21
[dependencies ]
22
- # MMTk macros
23
- mmtk-macros = { version = " 0.18.0" , path = " macros/" }
24
-
25
- libc = " 0.2"
22
+ atomic = " 0.5.1"
23
+ atomic_refcell = " 0.1.7"
24
+ atomic-traits = " 0.3.0"
25
+ cfg-if = " 1.0"
26
+ crossbeam = " 0.8.1"
27
+ delegate = " 0.9.0"
28
+ downcast-rs = " 1.1.1"
29
+ enum-map = " 2.4.2"
30
+ env_logger = " 0.10.0"
31
+ itertools = " 0.10.5"
26
32
jemalloc-sys = { version = " 0.5.3" , features = [" disable_initial_exec_tls" ], optional = true }
27
- mimalloc-sys = { version = " 0.1.6" , optional = true }
28
33
lazy_static = " 1.1"
34
+ libc = " 0.2"
29
35
log = { version = " 0.4" , features = [" max_level_trace" , " release_max_level_off" ] }
30
- crossbeam = " 0.8.1"
36
+ mimalloc-sys = { version = " 0.1.6" , optional = true }
37
+ # MMTk macros
38
+ mmtk-macros = { version = " 0.18.0" , path = " macros/" }
31
39
num_cpus = " 1.8"
32
- enum-map = " 2.4.2"
33
- downcast-rs = " 1.1.1"
34
- atomic-traits = " 0.3.0"
35
- atomic = " 0.5.1"
36
40
num-traits = " 0.2"
37
- spin = " 0.9.5"
38
- env_logger = " 0.10.0"
39
41
pfm = { version = " 0.1.0-beta.1" , optional = true }
40
- atomic_refcell = " 0.1.7"
42
+ regex = " 1.7.0"
43
+ spin = " 0.9.5"
44
+ static_assertions = " 1.1.0"
41
45
strum = " 0.24"
42
46
strum_macros = " 0.24"
43
- cfg-if = " 1.0"
44
- itertools = " 0.10.5"
45
47
sys-info = " 0.9"
46
- regex = " 1.7.0"
47
- static_assertions = " 1.1.0"
48
- delegate = " 0.9.0"
49
48
50
49
[dev-dependencies ]
51
- rand = " 0.8.5"
52
50
paste = " 1.0.8"
51
+ rand = " 0.8.5"
53
52
54
53
[build-dependencies ]
55
54
built = { version = " 0.6.0" , features = [" git2" ] }
You can’t perform that action at this time.
0 commit comments