Skip to content

Commit

Permalink
Release 0.9.2
Browse files Browse the repository at this point in the history
* Fix #25; Avoid crashing on some non-utf8 input.

Thanks again to @killercup and rust-fuzz/targets#119 for identifying
more parser crashes on non-utf8 input.
  • Loading branch information
kaj committed Sep 2, 2018
1 parent 752eb9d commit d9d0533
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 = "rsass"
version = "0.9.1-PRE"
version = "0.9.2"
authors = ["Rasmus Kaj <[email protected]>"]
categories = ["command-line-utilities", "web-programming"]
keywords = ["scss", "sass", "css"]
Expand Down

0 comments on commit d9d0533

Please sign in to comment.