forked from GitHub/bdwgc-rust
Bump version (#500)
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
[package]
|
||||
name = "bdwgc-alloc"
|
||||
version = "0.6.11"
|
||||
version = "0.6.12"
|
||||
edition = "2024"
|
||||
description = "impl GlobalAlloc for bdwgc"
|
||||
repository = "https://github.com/raviqqe/bdwgc-alloc"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
libc = "0.2.178"
|
||||
|
||||
[build-dependencies]
|
||||
autotools = { version = "0.2", optional = true }
|
||||
cmake = { version = "0.1", optional = true }
|
||||
autotools = { version = "0.2.7", optional = true }
|
||||
cmake = { version = "0.1.55", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["autotools"]
|
||||
|
||||
Reference in New Issue
Block a user