mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-29 18:08:56 -06:00
Bump version
This commit is contained in:
4
examples/borrow_check_free/Cargo.lock
generated
4
examples/borrow_check_free/Cargo.lock
generated
@@ -10,7 +10,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bdwgc-alloc"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"autotools 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -20,7 +20,7 @@ dependencies = [
|
||||
name = "borrow_check_free"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bdwgc-alloc 0.2.1",
|
||||
"bdwgc-alloc 0.3.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
4
examples/dynamic_threads/Cargo.lock
generated
4
examples/dynamic_threads/Cargo.lock
generated
@@ -10,7 +10,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bdwgc-alloc"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"autotools 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -25,7 +25,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
name = "dynamic_threads"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bdwgc-alloc 0.2.1",
|
||||
"bdwgc-alloc 0.3.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
4
examples/gc_free/Cargo.lock
generated
4
examples/gc_free/Cargo.lock
generated
@@ -10,7 +10,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bdwgc-alloc"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"autotools 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -25,7 +25,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
name = "gc_free"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bdwgc-alloc 0.2.1",
|
||||
"bdwgc-alloc 0.3.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
4
examples/static_threads/Cargo.lock
generated
4
examples/static_threads/Cargo.lock
generated
@@ -10,7 +10,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bdwgc-alloc"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"autotools 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -30,7 +30,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
name = "static_threads"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bdwgc-alloc 0.2.1",
|
||||
"bdwgc-alloc 0.3.0",
|
||||
]
|
||||
|
||||
[metadata]
|
||||
|
||||
Reference in New Issue
Block a user