Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jun 13, 2017
1 parent 9abb700 commit 030934d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "socket2"
version = "0.1.0"
version = "0.2.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
//! // ...
//! ```

#![doc(html_root_url = "https://docs.rs/socket2/0.1")]
#![doc(html_root_url = "https://docs.rs/socket2/0.2")]
#![deny(missing_docs)]

#[cfg(unix)] extern crate libc;
Expand Down

0 comments on commit 030934d

Please sign in to comment.