diff --git a/Cargo.lock b/Cargo.lock index 54354b7..caef28e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "bdwgc-alloc" -version = "0.2.0" +version = "0.2.1" dependencies = [ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 66240e8..60cca5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "bdwgc-alloc" description = "impl GlobalAlloc for bdwgc" -version = "0.2.0" +version = "0.2.1" authors = ["swgillespie ", "Yota Toyama "] -repository = "https://github.com/raviqqe/bdwgc-rs" +repository = "https://github.com/raviqqe/bdwgc-alloc" edition = "2018" license = "MIT" diff --git a/README.md b/README.md index 3d65692..1a616d7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# bdwgc-rs +# bdwgc-alloc -[![Circle CI](https://img.shields.io/circleci/project/github/raviqqe/bdwgc-rs/master.svg?style=flat-square)](https://circleci.com/gh/raviqqe/bdwgc-rs) +[![Circle CI](https://img.shields.io/circleci/project/github/raviqqe/bdwgc-alloc/master.svg?style=flat-square)](https://circleci.com/gh/raviqqe/bdwgc-alloc) [![Crate](https://img.shields.io/crates/v/bdwgc-alloc.svg?style=flat-square)](https://crates.io/crates/bdwgc-alloc) -[![License](https://img.shields.io/github/license/raviqqe/bdwgc-rs.svg?style=flat-square)](LICENSE) +[![License](https://img.shields.io/github/license/raviqqe/bdwgc-alloc.svg?style=flat-square)](LICENSE) [`GlobalAlloc`](https://doc.rust-lang.org/std/alloc/trait.GlobalAlloc.html) implementation for [bdwgc](https://github.com/ivmai/bdwgc), the conservative garbage collector. diff --git a/examples/borrow_check_free/Cargo.lock b/examples/borrow_check_free/Cargo.lock index a8ebd57..f1ecc6b 100644 --- a/examples/borrow_check_free/Cargo.lock +++ b/examples/borrow_check_free/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "bdwgc-alloc" -version = "0.2.0" +version = "0.2.1" dependencies = [ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -11,7 +11,7 @@ dependencies = [ name = "borrow_check_free" version = "0.1.0" dependencies = [ - "bdwgc-alloc 0.2.0", + "bdwgc-alloc 0.2.1", ] [[package]] diff --git a/examples/dynamic_threads/Cargo.lock b/examples/dynamic_threads/Cargo.lock index 73a095d..6e4c229 100644 --- a/examples/dynamic_threads/Cargo.lock +++ b/examples/dynamic_threads/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "bdwgc-alloc" -version = "0.2.0" +version = "0.2.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.2.0", + "bdwgc-alloc 0.2.1", ] [[package]] diff --git a/examples/gc_free/Cargo.lock b/examples/gc_free/Cargo.lock index 32d0366..2e8b414 100644 --- a/examples/gc_free/Cargo.lock +++ b/examples/gc_free/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "bdwgc-alloc" -version = "0.2.0" +version = "0.2.1" dependencies = [ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -11,7 +11,7 @@ dependencies = [ name = "gc_free" version = "0.1.0" dependencies = [ - "bdwgc-alloc 0.2.0", + "bdwgc-alloc 0.2.1", ] [[package]] diff --git a/examples/static_threads/Cargo.lock b/examples/static_threads/Cargo.lock index 4e837af..d90985f 100644 --- a/examples/static_threads/Cargo.lock +++ b/examples/static_threads/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "bdwgc-alloc" -version = "0.2.0" +version = "0.2.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.2.0", + "bdwgc-alloc 0.2.1", ] [metadata]