Skip to content

Commit

Permalink
Bump version to 0.2.0-alpha.7
Browse files Browse the repository at this point in the history
Minor update, just fixes for latest nightly
  • Loading branch information
Techcable committed Feb 14, 2022
1 parent fb9a554 commit 6807ad1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zerogc"
version = "0.2.0-alpha.6"
version = "0.2.0-alpha.7"
authors = ["Techcable <[email protected]>"]
description = "Zero overhead tracing garbage collection for rust"
repository = "https://github.com/DuckLogic/zerogc"
Expand Down
2 changes: 1 addition & 1 deletion libs/context/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zerogc-context"
description = "Handles the context of a zerogc collector."
version = "0.2.0-alpha.6"
version = "0.2.0-alpha.7"
authors = ["Techcable <[email protected]>"]
repository = "https://github.com/DuckLogic/zerogc"
readme = "../../README.md"
Expand Down
2 changes: 1 addition & 1 deletion libs/simple/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zerogc-simple"
description = "Lightweight mark/sweep collector for zerogc."
version = "0.2.0-alpha.6"
version = "0.2.0-alpha.7"
authors = ["Techcable <[email protected]>"]
repository = "https://github.com/DuckLogic/zerogc"
readme = "../../README.md"
Expand Down

0 comments on commit 6807ad1

Please sign in to comment.