Manishearth / rust-gc

Simple tracing (mark and sweep) garbage collector for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide GcCellRef::map

KamilaBorowska opened this issue · comments

Similar to std::cell::Ref::map.

@Manishearth would it be possible to publish a new version to crates.io , so we can use the map functions :)

Can you make a PR with version bumps? Typically that's when I make releases

Can you make a PR with version bumps? Typically that's when I make releases

Sure :)

@Manishearth here is the version bump PR #105

About the version, I have a question why is the version on master 1.3.4 but on crates.io it is 0.3.5, I made the version 0.3.6 is this right?

Looks like I forgot to push 😄