forked from GitHub/bdwgc-rust
Bump version (#465)
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user