File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " zerogc"
3
- version = " 0.1.3 "
3
+ version = " 0.2.0-alpha.1 "
4
4
authors = [" Techcable <Techcable@techcable.net>" ]
5
5
description = " Zero overhead tracing garbage collection for rust"
6
6
repository = " https://github.com/DuckLogic/zerogc"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " zerogc-context"
3
3
description = " Handles the context of a zerogc collector."
4
- version = " 0.1.3 "
4
+ version = " 0.2.0-alpha.1 "
5
5
authors = [" Techcable <Techcable@techcable.net>" ]
6
6
repository = " https://github.com/DuckLogic/zerogc"
7
7
readme = " ../../README.md"
8
8
license = " MIT"
9
9
edition = " 2018"
10
10
11
11
[dependencies ]
12
- zerogc = { path = " ../.." , version = " 0.1.3 " }
12
+ zerogc = { path = " ../.." , version = " 0.2.0-alpha.1 " }
13
13
once_cell = { version = " 1.5" , optional = true }
14
14
# Concurrency
15
15
parking_lot = { version = " 0.11" , features = [" nightly" ], optional = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " zerogc-derive"
3
3
description = " Procedural derive for zerogc's garbage collection"
4
- version = " 0.1.4 "
4
+ version = " 0.2.0-alpha.1 "
5
5
authors = [" Techcable <Techcable@techcable.net>" ]
6
6
repository = " https://github.com/DuckLogic/zerogc"
7
7
readme = " ../../README.md"
@@ -12,7 +12,7 @@ edition = "2018"
12
12
proc-macro = true
13
13
14
14
[dev-dependencies ]
15
- zerogc = { version = " 0.1.3 " , path = " ../.." }
15
+ zerogc = { version = " 0.2.0-alpha.1 " , path = " ../.." }
16
16
17
17
[dependencies ]
18
18
# Proc macros
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " zerogc-simple"
3
3
description = " Lightweight mark/sweep collector for zerogc."
4
- version = " 0.1.3 "
4
+ version = " 0.2.0-alpha.1 "
5
5
authors = [" Techcable <Techcable@techcable.net>" ]
6
6
repository = " https://github.com/DuckLogic/zerogc"
7
7
readme = " ../../README.md"
8
8
license = " MIT"
9
9
edition = " 2018"
10
10
11
11
[dependencies ]
12
- zerogc = { path = " ../.." , version = " 0.1.3 " }
12
+ zerogc = { path = " ../.." , version = " 0.2.0-alpha.1 " }
13
13
once_cell = { version = " 1.5" , optional = true }
14
14
# Shared impl
15
- zerogc-context = { path = " ../context" , version = " 0.1.3 " , default-features = false }
15
+ zerogc-context = { path = " ../context" , version = " 0.2.0-alpha.1 " , default-features = false }
16
16
# Concurrency
17
17
parking_lot = { version = " 0.11" , features = [" nightly" ], optional = true }
18
18
# Logging
You can’t perform that action at this time.
0 commit comments