Skip to content

Rust release 0.6.0

Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 01 Nov 23:23
· 651 commits to master since this release
rust-v0.6.0
68e0a29

Changed

  • Links to remote stylesheets are deduplicated now.

Fixed

  • Wrong inlined file prefixes handling in CLI. #89

Performance

  • Use Formatter.write_str instead of write! macro in the Display trait implementation for InlineError. #85
  • Use Cow for error messages. #87