Publish crate

This commit is contained in:
Yota Toyama
2019-04-15 15:19:25 +00:00
parent ee35165f99
commit 1acd4e325e
6 changed files with 12 additions and 9 deletions

View File

@@ -4,12 +4,12 @@
name = "allocation_loop"
version = "0.1.0"
dependencies = [
"bdwgc-alloc 0.1.0",
"bdwgc-alloc 0.1.1",
]
[[package]]
name = "bdwgc-alloc"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
]

View File

@@ -2,7 +2,7 @@
# It is not intended for manual editing.
[[package]]
name = "bdwgc-alloc"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -11,7 +11,7 @@ dependencies = [
name = "dynamic_threads"
version = "0.1.0"
dependencies = [
"bdwgc-alloc 0.1.0",
"bdwgc-alloc 0.1.1",
]
[[package]]

View File

@@ -2,7 +2,7 @@
# It is not intended for manual editing.
[[package]]
name = "bdwgc-alloc"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -16,7 +16,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "static_threads"
version = "0.1.0"
dependencies = [
"bdwgc-alloc 0.1.0",
"bdwgc-alloc 0.1.1",
]
[metadata]