Skip to content

Commit

Permalink
Release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Jul 24, 2019
1 parent c5fe526 commit 53bbfbe
Show file tree
Hide file tree
Showing 31 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.0.5] - 2019-07-24

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Latest Version](https://img.shields.io/crates/v/heim.svg)](https://crates.io/crates/heim)
[![Latest Version](https://docs.rs/heim/badge.svg)](https://docs.rs/heim)
[![dependency status](https://deps.rs/crate/heim/0.0.4/status.svg)](https://deps.rs/crate/heim/0.0.4)
[![dependency status](https://deps.rs/crate/heim/0.0.5/status.svg)](https://deps.rs/crate/heim/0.0.5)
[![Build Status](https://dev.azure.com/heim-rs/heim/_apis/build/status/heim-rs.heim?branchName=master)](https://dev.azure.com/heim-rs/heim/_build/latest?definitionId=1&branchName=master)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.36+-green.svg)
![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)
Expand Down
4 changes: 2 additions & 2 deletions heim-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heim-common"
version = "0.0.4"
version = "0.0.5"
authors = ["svartalf <[email protected]>"]
edition = "2018"
description = "Common stuff shared across heim project crates"
Expand All @@ -15,7 +15,7 @@ maintenance = { status = "experimental" }
azure-devops = { project = "heim-rs", pipeline = "heim" }

[dependencies]
heim-derive = { version = "0.0.4", path = "../heim-derive" }
heim-derive = { version = "0.0.5", path = "../heim-derive" }
cfg-if = "0.1.7"
futures-preview = "0.3.0-alpha.17"

Expand Down
2 changes: 1 addition & 1 deletion heim-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Latest Version](https://img.shields.io/crates/v/heim-common.svg)](https://crates.io/crates/heim-common)
[![Latest Version](https://docs.rs/heim/badge.svg)](https://docs.rs/heim-common)
[![dependency status](https://deps.rs/crate/heim-common/0.0.4/status.svg)](https://deps.rs/crate/heim-common/0.0.4)
[![dependency status](https://deps.rs/crate/heim-common/0.0.5/status.svg)](https://deps.rs/crate/heim-common/0.0.5)
[![Build Status](https://dev.azure.com/heim-rs/heim/_apis/build/status/heim-rs.heim?branchName=master)](https://dev.azure.com/heim-rs/heim/_build/latest?definitionId=1&branchName=master)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.36+-green.svg)
![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)
Expand Down
2 changes: 1 addition & 1 deletion heim-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! Do **NOT** use it directly.

#![doc(html_root_url = "https://docs.rs/heim-common/0.0.4")]
#![doc(html_root_url = "https://docs.rs/heim-common/0.0.5")]
#![deny(
unused,
unused_imports,
Expand Down
6 changes: 3 additions & 3 deletions heim-cpu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heim-cpu"
version = "0.0.4"
version = "0.0.5"
authors = ["svartalf <[email protected]>"]
edition = "2018"
description = "Cross-platform CPU information"
Expand All @@ -15,8 +15,8 @@ maintenance = { status = "experimental" }
azure-devops = { project = "heim-rs", pipeline = "heim" }

[dependencies]
heim-derive = { version = "0.0.4", path = "../heim-derive" }
heim-common = { version = "0.0.4", path = "../heim-common" }
heim-derive = { version = "0.0.5", path = "../heim-derive" }
heim-common = { version = "0.0.5", path = "../heim-common" }
lazy_static = "1.3.0"
cfg-if = "0.1.7"

Expand Down
2 changes: 1 addition & 1 deletion heim-cpu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Latest Version](https://img.shields.io/crates/v/heim-cpu.svg)](https://crates.io/crates/heim-cpu)
[![Latest Version](https://docs.rs/heim-cpu/badge.svg)](https://docs.rs/heim-cpu)
[![dependency status](https://deps.rs/crate/heim-cpu/0.0.4/status.svg)](https://deps.rs/crate/heim-cpu/0.0.4)
[![dependency status](https://deps.rs/crate/heim-cpu/0.0.5/status.svg)](https://deps.rs/crate/heim-cpu/0.0.5)
[![Build Status](https://dev.azure.com/heim-rs/heim/_apis/build/status/heim-rs.heim?branchName=master)](https://dev.azure.com/heim-rs/heim/_build/latest?definitionId=1&branchName=master)
![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)
[![Gitter](https://badges.gitter.im/heim-rs/heim.svg)](https://gitter.im/heim-rs/heim)
Expand Down
2 changes: 1 addition & 1 deletion heim-cpu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! This module is enabled with the `cpu` feature flag (enabled by default).

#![doc(html_root_url = "https://docs.rs/heim-cpu/0.0.4")]
#![doc(html_root_url = "https://docs.rs/heim-cpu/0.0.5")]
#![deny(
unused,
unused_imports,
Expand Down
2 changes: 1 addition & 1 deletion heim-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heim-derive"
version = "0.0.4"
version = "0.0.5"
authors = ["svartalf <[email protected]>"]
edition = "2018"
description = "Derive macros for heim crates"
Expand Down
2 changes: 1 addition & 1 deletion heim-derive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Latest Version](https://img.shields.io/crates/v/heim-derive.svg)](https://crates.io/crates/heim-derive)
[![Latest Version](https://docs.rs/heim-derive/badge.svg)](https://docs.rs/heim-derive)
[![dependency status](https://deps.rs/crate/heim-derive/0.0.4/status.svg)](https://deps.rs/crate/heim-derive/0.0.4)
[![dependency status](https://deps.rs/crate/heim-derive/0.0.5/status.svg)](https://deps.rs/crate/heim-derive/0.0.5)
[![Build Status](https://dev.azure.com/heim-rs/heim/_apis/build/status/heim-rs.heim?branchName=master)](https://dev.azure.com/heim-rs/heim/_build/latest?definitionId=1&branchName=master)
![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)
[![Gitter](https://badges.gitter.im/heim-rs/heim.svg)](https://gitter.im/heim-rs/heim)
Expand Down
2 changes: 1 addition & 1 deletion heim-derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! Do not use directly.

#![doc(html_root_url = "https://docs.rs/heim-derive/0.0.4")]
#![doc(html_root_url = "https://docs.rs/heim-derive/0.0.5")]
#![recursion_limit = "128"]
#![deny(
unused,
Expand Down
6 changes: 3 additions & 3 deletions heim-disk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heim-disk"
version = "0.0.4"
version = "0.0.5"
authors = ["svartalf <[email protected]>"]
edition = "2018"
description = "Cross-platform disk information"
Expand All @@ -15,8 +15,8 @@ maintenance = { status = "experimental" }
azure-devops = { project = "heim-rs", pipeline = "heim" }

[dependencies]
heim-derive = { version = "0.0.4", path = "../heim-derive" }
heim-common = { version = "0.0.4", path = "../heim-common" }
heim-derive = { version = "0.0.5", path = "../heim-derive" }
heim-common = { version = "0.0.5", path = "../heim-common" }
cfg-if = "0.1.7"
bitflags = "1.0.4"

Expand Down
2 changes: 1 addition & 1 deletion heim-disk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Latest Version](https://img.shields.io/crates/v/heim-disk.svg)](https://crates.io/crates/heim-disk)
[![Latest Version](https://docs.rs/heim-disk/badge.svg)](https://docs.rs/heim-disk)
[![dependency status](https://deps.rs/crate/heim-disk/0.0.4/status.svg)](https://deps.rs/crate/heim-disk/0.0.4)
[![dependency status](https://deps.rs/crate/heim-disk/0.0.5/status.svg)](https://deps.rs/crate/heim-disk/0.0.5)
[![Build Status](https://dev.azure.com/heim-rs/heim/_apis/build/status/heim-rs.heim?branchName=master)](https://dev.azure.com/heim-rs/heim/_build/latest?definitionId=1&branchName=master)
![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)
[![Gitter](https://badges.gitter.im/heim-rs/heim.svg)](https://gitter.im/heim-rs/heim)
Expand Down
2 changes: 1 addition & 1 deletion heim-disk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! This module is enabled with the `disk` feature flag (enabled by default).

#![doc(html_root_url = "https://docs.rs/heim-disk/0.0.4")]
#![doc(html_root_url = "https://docs.rs/heim-disk/0.0.5")]
#![deny(
unused,
unused_imports,
Expand Down
6 changes: 3 additions & 3 deletions heim-host/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heim-host"
version = "0.0.4"
version = "0.0.5"
authors = ["svartalf <[email protected]>"]
edition = "2018"
description = "Cross-platform host information"
Expand All @@ -16,8 +16,8 @@ maintenance = { status = "experimental" }
azure-devops = { project = "heim-rs", pipeline = "heim" }

[dependencies]
heim-derive = { version = "0.0.4", path = "../heim-derive" }
heim-common = { version = "0.0.4", path = "../heim-common" }
heim-derive = { version = "0.0.5", path = "../heim-derive" }
heim-common = { version = "0.0.5", path = "../heim-common" }
cfg-if = "0.1.7"
platforms = "0.2.0"
libc = "0.2.58"
Expand Down
2 changes: 1 addition & 1 deletion heim-host/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Latest Version](https://img.shields.io/crates/v/heim-host.svg)](https://crates.io/crates/heim-host)
[![Latest Version](https://docs.rs/heim-host/badge.svg)](https://docs.rs/heim-host)
[![dependency status](https://deps.rs/crate/heim-host/0.0.4/status.svg)](https://deps.rs/crate/heim-host/0.0.4)
[![dependency status](https://deps.rs/crate/heim-host/0.0.5/status.svg)](https://deps.rs/crate/heim-host/0.0.5)
[![Build Status](https://dev.azure.com/heim-rs/heim/_apis/build/status/heim-rs.heim?branchName=master)](https://dev.azure.com/heim-rs/heim/_build/latest?definitionId=1&branchName=master)
![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)
[![Gitter](https://badges.gitter.im/heim-rs/heim.svg)](https://gitter.im/heim-rs/heim)
Expand Down
2 changes: 1 addition & 1 deletion heim-host/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! This module is enabled with the `host` feature flag (enabled by default).

#![doc(html_root_url = "https://docs.rs/heim-host/0.0.4")]
#![doc(html_root_url = "https://docs.rs/heim-host/0.0.5")]
#![deny(
unused,
unused_imports,
Expand Down
6 changes: 3 additions & 3 deletions heim-memory/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heim-memory"
version = "0.0.4"
version = "0.0.5"
authors = ["svartalf <[email protected]>"]
edition = "2018"
description = "Cross-platform memory information"
Expand All @@ -15,8 +15,8 @@ maintenance = { status = "experimental" }
azure-devops = { project = "heim-rs", pipeline = "heim" }

[dependencies]
heim-derive = { version = "0.0.4", path = "../heim-derive" }
heim-common = { version = "0.0.4", path = "../heim-common" }
heim-derive = { version = "0.0.5", path = "../heim-derive" }
heim-common = { version = "0.0.5", path = "../heim-common" }
cfg-if = "0.1.7"

[target.'cfg(target_os = "windows")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion heim-memory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Latest Version](https://img.shields.io/crates/v/heim-memory.svg)](https://crates.io/crates/heim-memory)
[![Latest Version](https://docs.rs/heim-memory/badge.svg)](https://docs.rs/heim-memory)
[![dependency status](https://deps.rs/crate/heim-memory/0.0.4/status.svg)](https://deps.rs/crate/heim-memory/0.0.4)
[![dependency status](https://deps.rs/crate/heim-memory/0.0.5/status.svg)](https://deps.rs/crate/heim-memory/0.0.5)
[![Build Status](https://dev.azure.com/heim-rs/heim/_apis/build/status/heim-rs.heim?branchName=master)](https://dev.azure.com/heim-rs/heim/_build/latest?definitionId=1&branchName=master)
![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)
[![Gitter](https://badges.gitter.im/heim-rs/heim.svg)](https://gitter.im/heim-rs/heim)
Expand Down
2 changes: 1 addition & 1 deletion heim-memory/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! This module is enabled with the `memory` feature flag (enabled by default).

#![doc(html_root_url = "https://docs.rs/heim-memory/0.0.4")]
#![doc(html_root_url = "https://docs.rs/heim-memory/0.0.5")]
#![deny(
unused,
unused_imports,
Expand Down
6 changes: 3 additions & 3 deletions heim-net/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heim-net"
version = "0.0.4"
version = "0.0.5"
authors = ["svartalf <[email protected]>"]
edition = "2018"
description = "Cross-platform network information"
Expand All @@ -15,8 +15,8 @@ maintenance = { status = "experimental" }
azure-devops = { project = "heim-rs", pipeline = "heim" }

[dependencies]
heim-derive = { version = "0.0.4", path = "../heim-derive" }
heim-common = { version = "0.0.4", path = "../heim-common" }
heim-derive = { version = "0.0.5", path = "../heim-derive" }
heim-common = { version = "0.0.5", path = "../heim-common" }
cfg-if = "0.1.7"
bitflags = "1.0.4"
macaddr = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion heim-net/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Latest Version](https://img.shields.io/crates/v/heim-net.svg)](https://crates.io/crates/heim-net)
[![Latest Version](https://docs.rs/heim-net/badge.svg)](https://docs.rs/heim-net)
[![dependency status](https://deps.rs/crate/heim-net/0.0.4/status.svg)](https://deps.rs/crate/heim-net/0.0.4)
[![dependency status](https://deps.rs/crate/heim-net/0.0.5/status.svg)](https://deps.rs/crate/heim-net/0.0.5)
[![Build Status](https://dev.azure.com/heim-rs/heim/_apis/build/status/heim-rs.heim?branchName=master)](https://dev.azure.com/heim-rs/heim/_build/latest?definitionId=1&branchName=master)
![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)
[![Gitter](https://badges.gitter.im/heim-rs/heim.svg)](https://gitter.im/heim-rs/heim)
Expand Down
2 changes: 1 addition & 1 deletion heim-net/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! This module is enabled with the `net` feature flag (enabled by default).

#![doc(html_root_url = "https://docs.rs/heim-net/0.0.4")]
#![doc(html_root_url = "https://docs.rs/heim-net/0.0.5")]
#![deny(
unused,
unused_imports,
Expand Down
6 changes: 3 additions & 3 deletions heim-process/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heim-process"
version = "0.0.4"
version = "0.0.5"
authors = ["svartalf <[email protected]>"]
edition = "2018"
description = "Cross-platform processes information"
Expand All @@ -15,8 +15,8 @@ maintenance = { status = "experimental" }
azure-devops = { project = "heim-rs", pipeline = "heim" }

[dependencies]
heim-derive = { version = "0.0.4", path = "../heim-derive" }
heim-common = { version = "0.0.4", path = "../heim-common" }
heim-derive = { version = "0.0.5", path = "../heim-derive" }
heim-common = { version = "0.0.5", path = "../heim-common" }
cfg-if = "0.1.7"
libc = "0.2.58"

Expand Down
2 changes: 1 addition & 1 deletion heim-process/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Latest Version](https://img.shields.io/crates/v/heim-process.svg)](https://crates.io/crates/heim-process)
[![Latest Version](https://docs.rs/heim-process/badge.svg)](https://docs.rs/heim-process)
[![dependency status](https://deps.rs/crate/heim-process/0.0.4/status.svg)](https://deps.rs/crate/heim-process/0.0.4)
[![dependency status](https://deps.rs/crate/heim-process/0.0.5/status.svg)](https://deps.rs/crate/heim-process/0.0.5)
[![Build Status](https://dev.azure.com/heim-rs/heim/_apis/build/status/heim-rs.heim?branchName=master)](https://dev.azure.com/heim-rs/heim/_build/latest?definitionId=1&branchName=master)
![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)
[![Gitter](https://badges.gitter.im/heim-rs/heim.svg)](https://gitter.im/heim-rs/heim)
Expand Down
2 changes: 1 addition & 1 deletion heim-process/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! This module is enabled with the `process` feature flag (enabled by default).

#![doc(html_root_url = "https://docs.rs/heim-process/0.0.4")]
#![doc(html_root_url = "https://docs.rs/heim-process/0.0.5")]
#![deny(
unused,
unused_imports,
Expand Down
4 changes: 2 additions & 2 deletions heim-virt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heim-virt"
version = "0.0.4"
version = "0.0.5"
authors = ["svartalf <[email protected]>"]
edition = "2018"
description = "Cross-platform virtualization system detection"
Expand All @@ -15,7 +15,7 @@ maintenance = { status = "experimental" }
azure-devops = { project = "heim-rs", pipeline = "heim" }

[dependencies]
heim-common = { version = "0.0.4", path = "../heim-common" }
heim-common = { version = "0.0.5", path = "../heim-common" }
cfg-if = "0.1.9"

[target.'cfg(target_os = "linux")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion heim-virt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Latest Version](https://img.shields.io/crates/v/heim-virt.svg)](https://crates.io/crates/heim-virt)
[![Latest Version](https://docs.rs/heim-virt/badge.svg)](https://docs.rs/heim-virt)
[![dependency status](https://deps.rs/crate/heim-virt/0.0.4/status.svg)](https://deps.rs/crate/heim-virt/0.0.4)
[![dependency status](https://deps.rs/crate/heim-virt/0.0.5/status.svg)](https://deps.rs/crate/heim-virt/0.0.5)
[![Build Status](https://dev.azure.com/heim-rs/heim/_apis/build/status/heim-rs.heim?branchName=master)](https://dev.azure.com/heim-rs/heim/_build/latest?definitionId=1&branchName=master)
![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)
[![Gitter](https://badges.gitter.im/heim-rs/heim.svg)](https://gitter.im/heim-rs/heim)
Expand Down
2 changes: 1 addition & 1 deletion heim-virt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//! See the [issues list](https://github.com/heim-rs/heim/issues?q=is%3Aissue+is%3Aopen+label%3AA-virt)
//! for a not supported currently systems.

#![doc(html_root_url = "https://docs.rs/heim-virt/0.0.4")]
#![doc(html_root_url = "https://docs.rs/heim-virt/0.0.5")]
#![deny(
unused,
unused_imports,
Expand Down
20 changes: 10 additions & 10 deletions heim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heim"
version = "0.0.4"
version = "0.0.5"
authors = ["svartalf <[email protected]>"]
edition = "2018"
description = "Cross-platform framework for system information"
Expand All @@ -15,15 +15,15 @@ maintenance = { status = "experimental" }
azure-devops = { project = "heim-rs", pipeline = "heim" }

[dependencies]
heim-common = { version = "0.0.4", path = "../heim-common" }
heim-derive = { version = "0.0.4", path = "../heim-derive" }
heim-cpu = {version = "0.0.4", path = "../heim-cpu", optional = true }
heim-disk = {version = "0.0.4", path = "../heim-disk", optional = true }
heim-host = { version = "0.0.4", path = "../heim-host", optional = true }
heim-memory = {version = "0.0.4", path = "../heim-memory", optional = true }
heim-net = {version = "0.0.4", path = "../heim-net", optional = true }
heim-process = { version = "0.0.4", path = "../heim-process", optional = true }
heim-virt = { version = "0.0.4", path = "../heim-virt", optional = true }
heim-common = { version = "0.0.5", path = "../heim-common" }
heim-derive = { version = "0.0.5", path = "../heim-derive" }
heim-cpu = {version = "0.0.5", path = "../heim-cpu", optional = true }
heim-disk = {version = "0.0.5", path = "../heim-disk", optional = true }
heim-host = { version = "0.0.5", path = "../heim-host", optional = true }
heim-memory = {version = "0.0.5", path = "../heim-memory", optional = true }
heim-net = {version = "0.0.5", path = "../heim-net", optional = true }
heim-process = { version = "0.0.5", path = "../heim-process", optional = true }
heim-virt = { version = "0.0.5", path = "../heim-virt", optional = true }

[dev-dependencies]
version-sync = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion heim/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
//! If you are browsing this documentation via [docs.rs](https://docs.rs/heim),
//! do not forget to use the platform selector at the page header.

#![doc(html_root_url = "https://docs.rs/heim/0.0.4")]
#![doc(html_root_url = "https://docs.rs/heim/0.0.5")]
#![deny(
unused,
unused_imports,
Expand Down

0 comments on commit 53bbfbe

Please sign in to comment.