We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed08a07 commit 4f3098cCopy full SHA for 4f3098c
Cargo.toml
@@ -6,7 +6,7 @@ license = "Apache-2.0 / MIT"
6
name = "ascii"
7
readme = "README.md"
8
repository = "https://github.com/tomprogrammer/rust-ascii"
9
-version = "0.9.1"
+version = "0.9.2"
10
11
[dependencies]
12
quickcheck = { version = "0.6", optional = true }
RELEASES.md
@@ -1,5 +1,5 @@
1
-Unreleased
2
-==========
+Version 0.9.2 (2019-07-07)
+==========================
3
* Implement the `IntoAsciiString` trait for `std::ffi::CStr` and `std::ffi::CString` types,
4
and implemented the `AsAsciiStr` trait for `std::ffi::CStr` type.
5
* Implement the `IntoAsciiString` for `std::borrow::Cow`, where the inner types themselves
0 commit comments