Skip to content

Commit

Permalink
Fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Sep 20, 2023
1 parent b19dea8 commit 63dab18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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 = "hostname"
version = "0.3.1"
version = "0.4.0"
description = "Cross-platform system's host name functions"
categories = ["api-bindings", "os"]
keywords = ["hostname", "gethostname", "sethostname"]
Expand Down
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ println!("{:?}", name);
```
"#
)]
#![doc(html_root_url = "https://docs.rs/hostname/0.3.1")]
#![doc(html_root_url = "https://docs.rs/hostname/0.4.0")]
#![deny(
unused,
unused_imports,
Expand All @@ -54,7 +54,6 @@ println!("{:?}", name);
unused_import_braces,
unused_results
)]
#![allow(unknown_lints, unused_extern_crates)]

use cfg_if::cfg_if;

Expand Down

0 comments on commit 63dab18

Please sign in to comment.