We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe69eb6 commit a88676fCopy full SHA for a88676f
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.7"
+version = "0.9.0"
9
10
[dependencies.quickcheck]
11
optional = true
RELEASES.md
@@ -1,3 +1,7 @@
1
+Version 0.9.0 (2018-04-05)
2
+==========================
3
+* Update the optional `quickcheck` feature to version 0.6.
4
+
Version 0.8.7 (2018-04-04)
==========================
* Implement `AsAsciiStr` and `AsMutAsciiStr` for references to to types that implement them.
0 commit comments