Skip to content

Commit 294ead4

Browse files
committed
Add link to release
1 parent afa6d5b commit 294ead4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/blog/Announcing Zstandard in Rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The reference implementation was initially translated using [`c2rust`](https://c
3737

3838
We test our Rust code (compiled into a C static library) with the the reference implementation's test suite. We additionally use fuzz testing and Miri, so we're confident in the correctness of our implementation.
3939

40-
The pre-release is available here: <TODO: link to release>.
40+
The pre-release is available here: https://github.com/trifectatechfoundation/libzstd-rs-sys/releases/tag/v0.0.1-prerelease.2.
4141

4242
This work has also had ecosystem benefits: we've found several limitations of Miri (that are now resolved) and made contributions to Clippy. A more complete write-up of our recent contributions can be found [here](https://trifectatech.org/blog/fixing-our-own-problems-in-the-rust-compiler/).
4343

0 commit comments

Comments
 (0)