[0.2.6] - 2023-02-02
Download
target | kind | download |
---|---|---|
x86_64-unknown-linux-gnu | tarball | zet-v0.2.6-x86_64-unknown-linux-gnu.tar.xz |
x86_64-apple-darwin | tarball | zet-v0.2.6-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | zet-v0.2.6-x86_64-pc-windows-msvc.zip |
x86_64-pc-windows-msvc | symbols | zet-v0.2.6-x86_64-pc-windows-msvc.pdb |
Release Notes
- Abandon trying to have a Minimum Supported Rust Version (maybe once we're 1.0?)
- Use cargo-dist to create the release
- Move
for_byte_lines
fromNextOperand
to a trait (thanks to [ysthakur] for the suggestion)