We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956d87b commit 9a456daCopy full SHA for 9a456da
Cargo.toml
@@ -5,7 +5,7 @@ documentation = "https://tomprogrammer.github.io/rust-ascii/ascii/index.html"
5
license = "Apache-2.0 / MIT"
6
name = "ascii"
7
repository = "https://github.com/tomprogrammer/rust-ascii"
8
-version = "0.8.4"
+version = "0.8.5"
9
10
[dependencies.quickcheck]
11
optional = true
RELEASES.md
@@ -1,3 +1,7 @@
1
+Version 0.8.5 (2017-07-02)
2
+==========================
3
+* Implement `AsRef<u8> for AsciiString`.
4
+
Version 0.8.4 (2017-04-18)
==========================
* Fix the tests when running without std.
0 commit comments