Bump version

This commit is contained in:
Yota Toyama
2019-04-26 04:08:02 +00:00
parent 4031755f1a
commit 56d2f54060
7 changed files with 18 additions and 10 deletions

2
Cargo.lock generated
View File

@@ -10,7 +10,7 @@ dependencies = [
[[package]] [[package]]
name = "bdwgc-alloc" name = "bdwgc-alloc"
version = "0.2.1" version = "0.3.0"
dependencies = [ dependencies = [
"autotools 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "autotools 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "bdwgc-alloc" name = "bdwgc-alloc"
description = "impl GlobalAlloc for bdwgc" description = "impl GlobalAlloc for bdwgc"
version = "0.2.1" version = "0.3.0"
authors = ["swgillespie <sean.william.g@gmail.com>", "Yota Toyama <raviqqe@gmail.com>"] authors = ["swgillespie <sean.william.g@gmail.com>", "Yota Toyama <raviqqe@gmail.com>"]
repository = "https://github.com/raviqqe/bdwgc-alloc" repository = "https://github.com/raviqqe/bdwgc-alloc"
edition = "2018" edition = "2018"

View File

@@ -32,4 +32,12 @@ fn main() {
dst.join("lib").display() dst.join("lib").display()
); );
println!("cargo:rustc-link-lib=static=gc"); println!("cargo:rustc-link-lib=static=gc");
for dir in &[LIB_ATOMIC_OPS_DIR, LIB_GC_DIR] {
std::process::Command::new("sh")
.arg("-c")
.arg(format!("cd {} && git clean -dfx", dir))
.output()
.unwrap();
}
} }

View File

@@ -10,7 +10,7 @@ dependencies = [
[[package]] [[package]]
name = "bdwgc-alloc" name = "bdwgc-alloc"
version = "0.2.1" version = "0.3.0"
dependencies = [ dependencies = [
"autotools 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "autotools 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -20,7 +20,7 @@ dependencies = [
name = "borrow_check_free" name = "borrow_check_free"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"bdwgc-alloc 0.2.1", "bdwgc-alloc 0.3.0",
] ]
[[package]] [[package]]

View File

@@ -10,7 +10,7 @@ dependencies = [
[[package]] [[package]]
name = "bdwgc-alloc" name = "bdwgc-alloc"
version = "0.2.1" version = "0.3.0"
dependencies = [ dependencies = [
"autotools 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "autotools 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -25,7 +25,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "dynamic_threads" name = "dynamic_threads"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"bdwgc-alloc 0.2.1", "bdwgc-alloc 0.3.0",
] ]
[[package]] [[package]]

View File

@@ -10,7 +10,7 @@ dependencies = [
[[package]] [[package]]
name = "bdwgc-alloc" name = "bdwgc-alloc"
version = "0.2.1" version = "0.3.0"
dependencies = [ dependencies = [
"autotools 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "autotools 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -25,7 +25,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "gc_free" name = "gc_free"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"bdwgc-alloc 0.2.1", "bdwgc-alloc 0.3.0",
] ]
[[package]] [[package]]

View File

@@ -10,7 +10,7 @@ dependencies = [
[[package]] [[package]]
name = "bdwgc-alloc" name = "bdwgc-alloc"
version = "0.2.1" version = "0.3.0"
dependencies = [ dependencies = [
"autotools 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "autotools 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -30,7 +30,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "static_threads" name = "static_threads"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"bdwgc-alloc 0.2.1", "bdwgc-alloc 0.3.0",
] ]
[metadata] [metadata]