File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " zerogc"
3
- version = " 0.2.0-alpha.3 "
3
+ version = " 0.2.0-alpha.4 "
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"
@@ -15,7 +15,7 @@ scopeguard = "1.1"
15
15
# gives zerogc 'batteries included' support.
16
16
indexmap = { version = " 1.6" , optional = true }
17
17
# Used for macros
18
- zerogc-derive = { path = " libs/derive" , version = " 0.2.0-alpha.3 " }
18
+ zerogc-derive = { path = " libs/derive" , version = " 0.2.0-alpha.4 " }
19
19
20
20
[workspace ]
21
21
members = [" libs/simple" , " libs/derive" , " libs/context" ]
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.2.0-alpha.3 "
4
+ version = " 0.2.0-alpha.4 "
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.2.0-alpha.3 " }
12
+ zerogc = { path = " ../.." , version = " 0.2.0-alpha.4 " }
13
13
once_cell = { version = " 1.5" , optional = true }
14
14
# Concurrency
15
15
parking_lot = { version = " 0.11" , 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.2.0-alpha.3 "
4
+ version = " 0.2.0-alpha.4 "
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.2.0-alpha.3 " , path = " ../.." }
15
+ zerogc = { version = " 0.2.0-alpha.4 " , 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.2.0-alpha.3 "
4
+ version = " 0.2.0-alpha.4 "
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.2.0-alpha.3 " }
12
+ zerogc = { path = " ../.." , version = " 0.2.0-alpha.4 " }
13
13
once_cell = { version = " 1.5" , optional = true }
14
14
# Shared impl
15
- zerogc-context = { path = " ../context" , version = " 0.2.0-alpha.3 " , default-features = false }
16
- zerogc-derive = { path = " ../derive" , version = " 0.2.0-alpha.3 " }
15
+ zerogc-context = { path = " ../context" , version = " 0.2.0-alpha.4 " , default-features = false }
16
+ zerogc-derive = { path = " ../derive" , version = " 0.2.0-alpha.4 " }
17
17
# Concurrency
18
18
parking_lot = { version = " 0.11" , optional = true }
19
19
# Logging
You can’t perform that action at this time.
0 commit comments