diff --git a/Cargo.toml b/Cargo.toml index 604a85d..5832397 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zerogc" -version = "0.2.0-alpha.6" +version = "0.2.0-alpha.7" authors = ["Techcable "] description = "Zero overhead tracing garbage collection for rust" repository = "https://github.com/DuckLogic/zerogc" diff --git a/libs/context/Cargo.toml b/libs/context/Cargo.toml index 6a041a5..c4f6856 100644 --- a/libs/context/Cargo.toml +++ b/libs/context/Cargo.toml @@ -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 "] repository = "https://github.com/DuckLogic/zerogc" readme = "../../README.md" diff --git a/libs/simple/Cargo.toml b/libs/simple/Cargo.toml index dc0797f..838715e 100644 --- a/libs/simple/Cargo.toml +++ b/libs/simple/Cargo.toml @@ -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 "] repository = "https://github.com/DuckLogic/zerogc" readme = "../../README.md"