Skip to content

Commit 030934d

Browse files
committed
Release v0.2.0
1 parent 9abb700 commit 030934d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "socket2"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
//! // ...
3535
//! ```
3636
37-
#![doc(html_root_url = "https://docs.rs/socket2/0.1")]
37+
#![doc(html_root_url = "https://docs.rs/socket2/0.2")]
3838
#![deny(missing_docs)]
3939

4040
#[cfg(unix)] extern crate libc;

0 commit comments

Comments
 (0)