File: CHANGELOG.md

package info (click to toggle)
rust-line-wrap 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 128 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 309 bytes parent folder | download
1
2
3
4
5
6
7
8
# 0.2.0

- Remove unmaintained `safemem` dependency
- MSRV is now 1.37.0
- `LineEnding::len()` now returns `NonZeroUsize` since it must be nonzero anyway.
- `SliceLineEnding::new()` returns `Option` to ensure that the slice is non-empty.
- `no_std` friendly
- Explicitly forbid unsafe, not that there was any