Skip to content

Commit

Permalink
Release 0.0.32
Browse files Browse the repository at this point in the history
build-info@0.0.32
build-info-build@0.0.32
build-info-common@0.0.32
build-info-proc@0.0.32
dependency-tree@0.0.32
sample@0.0.32

Generated by cargo-workspaces
  • Loading branch information
danielschemmel committed Aug 29, 2023
1 parent 1befd92 commit 92731b3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions build-info-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "build-info-build"
version = "0.0.31"
version = "0.0.32"
description = "Provides the data consumed by the build-info crate. Use as a build-dependency."
readme = "../README.md"
authors = ["Daniel Schemmel <daniel@schemmel.net>"]
Expand All @@ -23,7 +23,7 @@ rustc_version = "0.4"
serde_json = "1"
xz2 = "0.1"

build-info-common = { version = "=0.0.31", path = "../build-info-common", features = ["serde"] }
build-info-common = { version = "=0.0.32", path = "../build-info-common", features = ["serde"] }

[features]
default = ["git"]
Expand Down
2 changes: 1 addition & 1 deletion build-info-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "build-info-common"
version = "0.0.31"
version = "0.0.32"
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 <daniel@schemmel.net>"]
Expand Down
4 changes: 2 additions & 2 deletions build-info-proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "build-info-proc"
version = "0.0.31"
version = "0.0.32"
description = "Part of the build-info crate: This crate provides the proc-macros."
readme = "../README.md"
authors = ["Daniel Schemmel <daniel@schemmel.net>"]
Expand All @@ -27,7 +27,7 @@ serde_json = "1"
syn = "2"
xz2 = "0.1"

build-info-common = { version = "=0.0.31", path = "../build-info-common", features = ["serde"] }
build-info-common = { version = "=0.0.32", path = "../build-info-common", features = ["serde"] }

[dev-dependencies]
pretty_assertions = "1"
Expand Down
6 changes: 3 additions & 3 deletions build-info/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "build-info"
version = "0.0.31"
version = "0.0.32"
description = "Collects build-information of your Rust crate."
readme = "README.md"
authors = ["Daniel Schemmel <daniel@schemmel.net>"]
Expand All @@ -11,8 +11,8 @@ edition = "2021"
rust-version = "1.70.0"

[dependencies]
build-info-common = { version = "=0.0.31", path = "../build-info-common", optional = true }
build-info-proc = { version = "=0.0.31", path = "../build-info-proc" }
build-info-common = { version = "=0.0.32", path = "../build-info-common", optional = true }
build-info-proc = { version = "=0.0.32", path = "../build-info-proc" }

[features]
default = ["runtime"]
Expand Down
6 changes: 3 additions & 3 deletions dependency-tree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dependency-tree"
version = "0.0.31"
version = "0.0.32"
description = "A sample program that uses the build-info crate to print a tree of all dependencies."
readme = "../README.md"
authors = ["Daniel Schemmel <daniel@schemmel.net>"]
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/danielschemmel/build-info/"
license = "MIT OR Apache-2.0"

[dependencies]
build-info = { version = "=0.0.31", path = "../build-info" }
build-info = { version = "=0.0.32", path = "../build-info" }

[build-dependencies]
build-info-build = { version = "=0.0.31", path = "../build-info-build" }
build-info-build = { version = "=0.0.32", path = "../build-info-build" }
6 changes: 3 additions & 3 deletions sample/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sample"
version = "0.0.31"
version = "0.0.32"
description = "A sample program that uses the build-info crate."
readme = "../README.md"
authors = ["Daniel Schemmel <daniel@schemmel.net>"]
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/danielschemmel/build-info/"
license = "MIT OR Apache-2.0"

[dependencies]
build-info = { version = "=0.0.31", path = "../build-info" }
build-info = { version = "=0.0.32", path = "../build-info" }

[build-dependencies]
build-info-build = { version = "=0.0.31", path = "../build-info-build" }
build-info-build = { version = "=0.0.32", path = "../build-info-build" }

0 comments on commit 92731b3

Please sign in to comment.