Skip to content

Commit b552308

Browse files
committed
Bump version to 0.4.1
1 parent cb39537 commit b552308

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hostname"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Cross-platform system's host name functions"
55
categories = ["api-bindings", "os"]
66
keywords = ["hostname", "gethostname", "sethostname"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ println!("{:?}", name);
3232
```
3333
"#
3434
)]
35-
#![doc(html_root_url = "https://docs.rs/hostname/0.4.0")]
35+
#![doc(html_root_url = "https://docs.rs/hostname/0.4.1")]
3636
#![deny(
3737
unused,
3838
unused_imports,

0 commit comments

Comments
 (0)