Bump version (#465)

This commit is contained in:
Yota Toyama
2025-09-19 08:44:19 -07:00
committed by GitHub
parent 03b3e65fc8
commit 5a34f4f9ef
4 changed files with 33 additions and 29 deletions

View File

@@ -1,21 +1,17 @@
[package]
name = "bdwgc-alloc"
version = "0.6.11"
edition = "2024"
description = "impl GlobalAlloc for bdwgc"
version = "0.6.10"
authors = [
"swgillespie <sean.william.g@gmail.com>",
"Yota Toyama <raviqqe@gmail.com>",
]
repository = "https://github.com/raviqqe/bdwgc-alloc"
edition = "2021"
license = "MIT"
[features]
default = ["autotools"]
[dependencies]
libc = "0.2"
[build-dependencies]
autotools = { version = "0.2", optional = true }
cmake = { version = "0.1", optional = true }
[features]
default = ["autotools"]