Skip to content

Commit

Permalink
Release 0.5.8
Browse files Browse the repository at this point in the history
* Adapt to rsass 0.9.8 (the sass feature now requires a compiler that
  supports edition 2018).
* More compact static data, using byte strings instead of numbers.
  (i.e. b"\xef\xbb\xbfabc" rather than [239, 187, 191, 65, 66, 67]).
* Minor internal cleanup.
* Update bytecount dependency.
  • Loading branch information
kaj committed Feb 16, 2019
1 parent 6bc757f commit bc0dae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ructe"
version = "0.5.7-PRE"
version = "0.5.8"
authors = ["Rasmus Kaj <[email protected]>"]
description = "Rust Compiled Templates, efficient type-safe web page templates."
documentation = "https://docs.rs/ructe"
Expand Down

0 comments on commit bc0dae6

Please sign in to comment.