rust-lang / rustc-hash

Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure
Apache License 2.0
377 stars 47 forks source link

New version on crates.io #36

Closed ZhaoXiangXML closed 2 months ago

ZhaoXiangXML commented 6 months ago

According to https://crates.io/crates/rustc-hash, it was last update about 4 years ago on Feb. 8th, 2020. It appears there has been some new commits on GitHub, is there by any chance this crate is going to be updated on crates.io?

Another problem is there's no tag of release for the last version, or any version.

I'm wondering if we can use the most recent version of rustc-hash from crates.io.

Thank you

WaffleLapkin commented 6 months ago

We planned to release a new version, but looks like this died out because we couldn't find a person with the permissions to publish new versions... I'll try to look what can be done with this.

WaffleLapkin commented 6 months ago

I started a thread on zulip: https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/rustc-hash/near/431004426

ZhaoXiangXML commented 4 months ago

Any news?

WaffleLapkin commented 4 months ago

No one from the compiler team has stepped up to publish a new version.

ZhaoXiangXML commented 4 months ago

Well guess we won't be able to use the new version any time soon. Thank you for your time.

WaffleLapkin commented 4 months ago

you can always add it as a git dependency with rev=...

riking commented 4 months ago

Release has been published.

nnethercote commented 4 months ago

1.2.0 was published but then yanked due to some problems that are still being worked through, including #43. Hopefully a fixed version will be published soon.

Havunen commented 2 months ago

2.0.0 seems to be available, I guess this issue can be closed?

ZhaoXiangXML commented 2 months ago

Would you please create a GitHub tag for the new version? Thanks.

Noratrieb commented 2 months ago

:+1: done