This repository was archived by the owner on Jan 21, 2025. It is now read-only.
Actions: facebook/errpy
Actions
Showing runs from all workflows
3 workflow runs
3 workflow runs
rustc_hash
Summary:
To 2.1
Unfortunately, I can't remove the old version of the crate. The problem is that it appears in the [public API](https://docs.rs/tiktoken-rs/latest/tiktoken_rs/struct.CoreBPE.html#method.new) of tiktoken_rs, which we also import. That crate has a PR to upgrade its dependency [here](https://github.com/zurawiki/tiktoken-rs/pull/95) but that has not been merged. Alternatives here are:
1. Fork tiktoken_rs. This seems worse.
2. It...
cargo vendor and commit
#119:
Commit fa190b4
pushed
by
facebook-github-bot
Error::from_boxed](https://docs.rs/anyhow/1.0.95/anyhow/struct.Error.html#method.from_boxed) and stop using less ergonomic alternatives. Thankfully, this API comes in the latest [1.0.95](https://github.com/dtolnay/anyhow/releases/tag/1.0.95)
Reviewed By: dtolnay
Differential Revision: D67775008
fbshipit-source-id: b9c0d3ff169dbb69d4c8b96e378334b37d200fd2
cargo vendor and commit
#118:
Commit 8a323db
pushed
by
facebook-github-bot