Skip to content

Commit 6807ad1

Browse files
committed
Bump version to 0.2.0-alpha.7
Minor update, just fixes for latest nightly
1 parent fb9a554 commit 6807ad1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zerogc"
3-
version = "0.2.0-alpha.6"
3+
version = "0.2.0-alpha.7"
44
authors = ["Techcable <Techcable@techcable.net>"]
55
description = "Zero overhead tracing garbage collection for rust"
66
repository = "https://github.com/DuckLogic/zerogc"

libs/context/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zerogc-context"
33
description = "Handles the context of a zerogc collector."
4-
version = "0.2.0-alpha.6"
4+
version = "0.2.0-alpha.7"
55
authors = ["Techcable <Techcable@techcable.net>"]
66
repository = "https://github.com/DuckLogic/zerogc"
77
readme = "../../README.md"

libs/simple/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zerogc-simple"
33
description = "Lightweight mark/sweep collector for zerogc."
4-
version = "0.2.0-alpha.6"
4+
version = "0.2.0-alpha.7"
55
authors = ["Techcable <Techcable@techcable.net>"]
66
repository = "https://github.com/DuckLogic/zerogc"
77
readme = "../../README.md"

0 commit comments

Comments
 (0)