-
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
71 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "heim-common" | ||
version = "0.0.5" | ||
version = "0.0.6" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Common stuff shared across heim project crates" | ||
|
@@ -12,10 +12,10 @@ license = "Apache-2.0 OR MIT" | |
|
||
[badges] | ||
maintenance = { status = "experimental" } | ||
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
azure-devops = { project = "heim-rs/heim", pipeline = "heim-rs.heim" } | ||
|
||
[dependencies] | ||
heim-derive = { version = "0.0.5", path = "../heim-derive" } | ||
heim-derive = { version = "0.0.6", path = "../heim-derive" } | ||
cfg-if = "0.1.7" | ||
futures-preview = "0.3.0-alpha.17" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "heim-cpu" | ||
version = "0.0.5" | ||
version = "0.0.6" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform CPU information" | ||
|
@@ -12,11 +12,11 @@ license = "Apache-2.0 OR MIT" | |
|
||
[badges] | ||
maintenance = { status = "experimental" } | ||
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
azure-devops = { project = "heim-rs/heim", pipeline = "heim-rs.heim" } | ||
|
||
[dependencies] | ||
heim-derive = { version = "0.0.5", path = "../heim-derive" } | ||
heim-common = { version = "0.0.5", path = "../heim-common" } | ||
heim-derive = { version = "0.0.6", path = "../heim-derive" } | ||
heim-common = { version = "0.0.6", path = "../heim-common" } | ||
heim-runtime = { version = "0.0.2", path = "../heim-runtime" } | ||
lazy_static = "1.3.0" | ||
cfg-if = "0.1.7" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "heim-derive" | ||
version = "0.0.5" | ||
version = "0.0.6" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Derive macros for heim crates" | ||
|
@@ -12,7 +12,7 @@ license = "Apache-2.0 OR MIT" | |
|
||
[badges] | ||
maintenance = { status = "experimental" } | ||
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
azure-devops = { project = "heim-rs/heim", pipeline = "heim-rs.heim" } | ||
|
||
[lib] | ||
proc-macro = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "heim-disk" | ||
version = "0.0.5" | ||
version = "0.0.6" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform disk information" | ||
|
@@ -12,11 +12,11 @@ license = "Apache-2.0 OR MIT" | |
|
||
[badges] | ||
maintenance = { status = "experimental" } | ||
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
azure-devops = { project = "heim-rs/heim", pipeline = "heim-rs.heim" } | ||
|
||
[dependencies] | ||
heim-derive = { version = "0.0.5", path = "../heim-derive" } | ||
heim-common = { version = "0.0.5", path = "../heim-common" } | ||
heim-derive = { version = "0.0.6", path = "../heim-derive" } | ||
heim-common = { version = "0.0.6", path = "../heim-common" } | ||
heim-runtime = { version = "0.0.2", path = "../heim-runtime" } | ||
cfg-if = "0.1.7" | ||
bitflags = "1.0.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "heim-host" | ||
version = "0.0.5" | ||
version = "0.0.6" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform host information" | ||
|
@@ -13,11 +13,11 @@ build = "build.rs" | |
|
||
[badges] | ||
maintenance = { status = "experimental" } | ||
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
azure-devops = { project = "heim-rs/heim", pipeline = "heim-rs.heim" } | ||
|
||
[dependencies] | ||
heim-derive = { version = "0.0.5", path = "../heim-derive" } | ||
heim-common = { version = "0.0.5", path = "../heim-common" } | ||
heim-derive = { version = "0.0.6", path = "../heim-derive" } | ||
heim-common = { version = "0.0.6", path = "../heim-common" } | ||
heim-runtime = { version = "0.0.2", path = "../heim-runtime" } | ||
cfg-if = "0.1.7" | ||
platforms = "0.2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "heim-memory" | ||
version = "0.0.5" | ||
version = "0.0.6" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform memory information" | ||
|
@@ -12,11 +12,11 @@ license = "Apache-2.0 OR MIT" | |
|
||
[badges] | ||
maintenance = { status = "experimental" } | ||
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
azure-devops = { project = "heim-rs/heim", pipeline = "heim-rs.heim" } | ||
|
||
[dependencies] | ||
heim-derive = { version = "0.0.5", path = "../heim-derive" } | ||
heim-common = { version = "0.0.5", path = "../heim-common" } | ||
heim-derive = { version = "0.0.6", path = "../heim-derive" } | ||
heim-common = { version = "0.0.6", path = "../heim-common" } | ||
heim-runtime = { version = "0.0.2", path = "../heim-runtime" } | ||
cfg-if = "0.1.7" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "heim-net" | ||
version = "0.0.5" | ||
version = "0.0.6" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform network information" | ||
|
@@ -12,11 +12,11 @@ license = "Apache-2.0 OR MIT" | |
|
||
[badges] | ||
maintenance = { status = "experimental" } | ||
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
azure-devops = { project = "heim-rs/heim", pipeline = "heim-rs.heim" } | ||
|
||
[dependencies] | ||
heim-derive = { version = "0.0.5", path = "../heim-derive" } | ||
heim-common = { version = "0.0.5", path = "../heim-common" } | ||
heim-derive = { version = "0.0.6", path = "../heim-derive" } | ||
heim-common = { version = "0.0.6", path = "../heim-common" } | ||
heim-runtime = { version = "0.0.2", path = "../heim-runtime" } | ||
cfg-if = "0.1.7" | ||
bitflags = "1.0.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "heim-process" | ||
version = "0.0.5" | ||
version = "0.0.6" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform processes information" | ||
|
@@ -12,11 +12,11 @@ license = "Apache-2.0 OR MIT" | |
|
||
[badges] | ||
maintenance = { status = "experimental" } | ||
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
azure-devops = { project = "heim-rs/heim", pipeline = "heim-rs.heim" } | ||
|
||
[dependencies] | ||
heim-derive = { version = "0.0.5", path = "../heim-derive" } | ||
heim-common = { version = "0.0.5", path = "../heim-common" } | ||
heim-derive = { version = "0.0.6", path = "../heim-derive" } | ||
heim-common = { version = "0.0.6", path = "../heim-common" } | ||
heim-runtime = { version = "0.0.2", path = "../heim-runtime" } | ||
cfg-if = "0.1.7" | ||
libc = "0.2.58" | ||
|
@@ -45,7 +45,6 @@ mach = "0.3.2" | |
[dev-dependencies] | ||
runtime = "0.3.0-alpha.6" | ||
version-sync = "0.8" | ||
backtrace = "0.3" | ||
|
||
[features] | ||
runtime-polyfill = ["heim-runtime/runtime-polyfill"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.