Bump version

This commit is contained in:
Yota Toyama
2019-06-01 21:55:45 +00:00
parent f3bc134eea
commit 42b2f3f48f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -10,7 +10,7 @@ dependencies = [
[[package]]
name = "bdwgc-alloc"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"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)",

View File

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