mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-29 09:58:55 -06:00
Bump version (#500)
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -13,7 +13,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bdwgc-alloc"
|
||||
version = "0.6.11"
|
||||
version = "0.6.12"
|
||||
dependencies = [
|
||||
"autotools",
|
||||
"cmake",
|
||||
|
||||
@@ -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