Bump version (#500)

This commit is contained in:
Yota Toyama
2025-12-12 19:56:23 -08:00
committed by GitHub
parent 10fbe89a92
commit 99514d477f
2 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@@ -13,7 +13,7 @@ dependencies = [
[[package]]
name = "bdwgc-alloc"
version = "0.6.11"
version = "0.6.12"
dependencies = [
"autotools",
"cmake",

View File

@@ -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"]