mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-08-22 12:16:24 -06:00
Publish crate
This commit is contained in:
Generated
+1
-1
@@ -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)",
|
||||
]
|
||||
|
||||
+4
-2
@@ -1,9 +1,11 @@
|
||||
[package]
|
||||
name = "bdwgc-alloc"
|
||||
version = "0.1.0"
|
||||
description = "impl GlobalAlloc for bdwgc"
|
||||
version = "0.1.1"
|
||||
authors = ["swgillespie <sean.william.g@gmail.com>", "Yota Toyama <raviqqe@gmail.com>"]
|
||||
publish = false
|
||||
repository = "https://github.com/raviqqe/bdwgc-rs"
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# bdwgc-rs
|
||||
|
||||
[](https://circleci.com/gh/raviqqe/bdwgc-rs)
|
||||
[](https://crates.io/crates/bdwgc-alloc)
|
||||
[](LICENSE)
|
||||
|
||||
[`GlobalAlloc`](https://doc.rust-lang.org/std/alloc/trait.GlobalAlloc.html) implementation for [bdwgc](https://github.com/ivmai/bdwgc), the conservative garbage collector.
|
||||
|
||||
Generated
+2
-2
@@ -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)",
|
||||
]
|
||||
|
||||
Generated
+2
-2
@@ -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]]
|
||||
|
||||
Generated
+2
-2
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user