Skip to content

Commit

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

Generated by cargo-workspaces
  • Loading branch information
danielschemmel committed Oct 2, 2024
1 parent 4e1f552 commit 8c1aa8f
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.38"
version = "0.0.39"
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"
zstd = "0.13"

build-info-common = { version = "=0.0.38", path = "../build-info-common", features = ["serde"] }
build-info-common = { version = "=0.0.39", 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.38"
version = "0.0.39"
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.38"
version = "0.0.39"
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 = { version = "2", features = ["full"] }
zstd = "0.13"

build-info-common = { version = "=0.0.38", path = "../build-info-common", features = ["serde"] }
build-info-common = { version = "=0.0.39", 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.38"
version = "0.0.39"
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.75.0"

[dependencies]
build-info-common = { version = "=0.0.38", path = "../build-info-common", optional = true, features = ["serde"] }
build-info-proc = { version = "=0.0.38", path = "../build-info-proc" }
build-info-common = { version = "=0.0.39", path = "../build-info-common", optional = true, features = ["serde"] }
build-info-proc = { version = "=0.0.39", path = "../build-info-proc" }
bincode = { version = "1", optional = true }

[features]
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.38"
version = "0.0.39"
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.38", path = "../build-info" }
build-info = { version = "=0.0.39", path = "../build-info" }

[build-dependencies]
build-info-build = { version = "=0.0.38", path = "../build-info-build" }
build-info-build = { version = "=0.0.39", 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.38"
version = "0.0.39"
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.38", path = "../build-info" }
build-info = { version = "=0.0.39", path = "../build-info" }

[build-dependencies]
build-info-build = { version = "=0.0.38", path = "../build-info-build" }
build-info-build = { version = "=0.0.39", path = "../build-info-build" }

0 comments on commit 8c1aa8f

Please sign in to comment.