We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abb700 commit 030934dCopy full SHA for 030934d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "socket2"
3
-version = "0.1.0"
+version = "0.2.0"
4
authors = ["Alex Crichton <alex@alexcrichton.com>"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
src/lib.rs
@@ -34,7 +34,7 @@
34
//! // ...
35
//! ```
36
37
-#![doc(html_root_url = "https://docs.rs/socket2/0.1")]
+#![doc(html_root_url = "https://docs.rs/socket2/0.2")]
38
#![deny(missing_docs)]
39
40
#[cfg(unix)] extern crate libc;
0 commit comments