File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ documentation = "https://tomprogrammer.github.io/rust-ascii/ascii/index.html"
5
5
license = " Apache-2.0 / MIT"
6
6
name = " ascii"
7
7
repository = " https://github.com/tomprogrammer/rust-ascii"
8
- version = " 0.8.6 "
8
+ version = " 0.8.7 "
9
9
10
10
[dependencies .quickcheck ]
11
11
optional = true
Original file line number Diff line number Diff line change
1
+ Version 0.8.7 (2018-04-04)
2
+ ==========================
3
+ * Implement ` AsAsciiStr ` and ` AsMutAsciiStr ` for references to to types that implement them.
4
+ * Make all methods of deprecated ` AsciiExt ` except ` is_ascii() ` available as inherent methods in std-mode.
5
+ * Compile without warnings on Rust 1.26.0
6
+ * Acknowledge that the crate doesn't compile on Rust < 1.8.0 (cannot be fixed without breaking changes).
7
+
1
8
Version 0.8.6 (2017-07-02)
2
9
==========================
3
10
* Implement ` AsRef<u8> for AsciiString ` .
You can’t perform that action at this time.
0 commit comments