Skip to content

Commit c5408d2

Browse files
committed
Bump to 0.3.6
1 parent 1db7d10 commit c5408d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gc"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
authors = ["Manish Goregaokar <[email protected]>", "Nika Layzell <[email protected]>"]
55
description = "Tracing garbage collector plugin for Rust. Not ready for use yet, please see README"
66
repository = "https://github.com/Manishearth/rust-gc"

gc_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gc_derive"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
authors = ["Manish Goregaokar <[email protected]>", "Nika Layzell <[email protected]>"]
55

66
description = "Garbage collector derive plugin for rust-gc"

0 commit comments

Comments
 (0)