-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] Generated by cargo-workspaces
- Loading branch information
1 parent
57c3fd7
commit cd207f4
Showing
6 changed files
with
14 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "build-info-build" | ||
version = "0.0.32" | ||
version = "0.0.33" | ||
description = "Provides the data consumed by the build-info crate. Use as a build-dependency." | ||
readme = "../README.md" | ||
authors = ["Daniel Schemmel <[email protected]>"] | ||
|
@@ -23,7 +23,7 @@ rustc_version = "0.4" | |
serde_json = "1" | ||
xz2 = "0.1" | ||
|
||
build-info-common = { version = "=0.0.32", path = "../build-info-common", features = ["serde"] } | ||
build-info-common = { version = "=0.0.33", path = "../build-info-common", features = ["serde"] } | ||
|
||
[features] | ||
default = ["git"] | ||
|
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 = "build-info-common" | ||
version = "0.0.32" | ||
version = "0.0.33" | ||
description = "Part of the build-info and build-info-build crates: This crate provides the types that are serialized by build-info-build and used by build-info." | ||
readme = "../README.md" | ||
authors = ["Daniel Schemmel <[email protected]>"] | ||
|
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 = "build-info-proc" | ||
version = "0.0.32" | ||
version = "0.0.33" | ||
description = "Part of the build-info crate: This crate provides the proc-macros." | ||
readme = "../README.md" | ||
authors = ["Daniel Schemmel <[email protected]>"] | ||
|
@@ -27,7 +27,7 @@ serde_json = "1" | |
syn = "2" | ||
xz2 = "0.1" | ||
|
||
build-info-common = { version = "=0.0.32", path = "../build-info-common", features = ["serde"] } | ||
build-info-common = { version = "=0.0.33", path = "../build-info-common", features = ["serde"] } | ||
|
||
[dev-dependencies] | ||
pretty_assertions = "1" | ||
|
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 = "build-info" | ||
version = "0.0.32" | ||
version = "0.0.33" | ||
description = "Collects build-information of your Rust crate." | ||
readme = "README.md" | ||
authors = ["Daniel Schemmel <[email protected]>"] | ||
|
@@ -11,8 +11,8 @@ edition = "2021" | |
rust-version = "1.70.0" | ||
|
||
[dependencies] | ||
build-info-common = { version = "=0.0.32", path = "../build-info-common", optional = true } | ||
build-info-proc = { version = "=0.0.32", path = "../build-info-proc" } | ||
build-info-common = { version = "=0.0.33", path = "../build-info-common", optional = true } | ||
build-info-proc = { version = "=0.0.33", path = "../build-info-proc" } | ||
|
||
[features] | ||
default = ["runtime"] | ||
|
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 = "dependency-tree" | ||
version = "0.0.32" | ||
version = "0.0.33" | ||
description = "A sample program that uses the build-info crate to print a tree of all dependencies." | ||
readme = "../README.md" | ||
authors = ["Daniel Schemmel <[email protected]>"] | ||
|
@@ -10,7 +10,7 @@ repository = "https://github.com/danielschemmel/build-info/" | |
license = "MIT OR Apache-2.0" | ||
|
||
[dependencies] | ||
build-info = { version = "=0.0.32", path = "../build-info" } | ||
build-info = { version = "=0.0.33", path = "../build-info" } | ||
|
||
[build-dependencies] | ||
build-info-build = { version = "=0.0.32", path = "../build-info-build" } | ||
build-info-build = { version = "=0.0.33", path = "../build-info-build" } |
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 = "sample" | ||
version = "0.0.32" | ||
version = "0.0.33" | ||
description = "A sample program that uses the build-info crate." | ||
readme = "../README.md" | ||
authors = ["Daniel Schemmel <[email protected]>"] | ||
|
@@ -10,7 +10,7 @@ repository = "https://github.com/danielschemmel/build-info/" | |
license = "MIT OR Apache-2.0" | ||
|
||
[dependencies] | ||
build-info = { version = "=0.0.32", path = "../build-info" } | ||
build-info = { version = "=0.0.33", path = "../build-info" } | ||
|
||
[build-dependencies] | ||
build-info-build = { version = "=0.0.32", path = "../build-info-build" } | ||
build-info-build = { version = "=0.0.33", path = "../build-info-build" } |