Rename crate

This commit is contained in:
Yota Toyama
2019-04-15 15:06:59 +00:00
parent d9cabba113
commit ee35165f99
11 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -4,11 +4,11 @@
name = "allocation_loop"
version = "0.1.0"
dependencies = [
"bdwgc-allocator 0.1.0",
"bdwgc-alloc 0.1.0",
]
[[package]]
name = "bdwgc-allocator"
name = "bdwgc-alloc"
version = "0.1.0"
dependencies = [
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",