build-info: one last version bump

This commit is contained in:
Bill Thiede 2025-02-09 12:52:23 -08:00
parent 9790bbea83
commit 0b81529509
2 changed files with 8 additions and 52 deletions

58
Cargo.lock generated
View File

@ -561,17 +561,6 @@ dependencies = [
"byte-tools", "byte-tools",
] ]
[[package]]
name = "build-info"
version = "0.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3465eaabbf2f3bf2a28a4ee66d16316071ef63c1ab9f336e833ea67f519c0348"
dependencies = [
"bincode",
"build-info-common 0.0.38",
"build-info-proc 0.0.38",
]
[[package]] [[package]]
name = "build-info" name = "build-info"
version = "0.0.39" version = "0.0.39"
@ -579,8 +568,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24c8169feaff1e5d9686706c0a56a54ed0422d2df41fa1c543e53f7cea0e70d4" checksum = "24c8169feaff1e5d9686706c0a56a54ed0422d2df41fa1c543e53f7cea0e70d4"
dependencies = [ dependencies = [
"bincode", "bincode",
"build-info-common 0.0.39", "build-info-common",
"build-info-proc 0.0.39", "build-info-proc",
] ]
[[package]] [[package]]
@ -592,7 +581,7 @@ dependencies = [
"anyhow", "anyhow",
"base64 0.22.1", "base64 0.22.1",
"bincode", "bincode",
"build-info-common 0.0.39", "build-info-common",
"cargo_metadata", "cargo_metadata",
"chrono", "chrono",
"git2", "git2",
@ -603,18 +592,6 @@ dependencies = [
"zstd", "zstd",
] ]
[[package]]
name = "build-info-common"
version = "0.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c88e36f2531db6136c2d42810698ced69af85872f4559c7b6dccb8e7c30485d2"
dependencies = [
"chrono",
"derive_more 1.0.0",
"semver 1.0.24",
"serde",
]
[[package]] [[package]]
name = "build-info-common" name = "build-info-common"
version = "0.0.39" version = "0.0.39"
@ -627,27 +604,6 @@ dependencies = [
"serde", "serde",
] ]
[[package]]
name = "build-info-proc"
version = "0.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58463d44fa27e9afbf377c0f5661eaf8d3b69b1a4a45b0fa601b822ccf7512e8"
dependencies = [
"anyhow",
"base64 0.22.1",
"bincode",
"build-info-common 0.0.38",
"chrono",
"num-bigint",
"num-traits",
"proc-macro-error",
"proc-macro2",
"quote",
"serde_json",
"syn 2.0.90",
"zstd",
]
[[package]] [[package]]
name = "build-info-proc" name = "build-info-proc"
version = "0.0.39" version = "0.0.39"
@ -657,7 +613,7 @@ dependencies = [
"anyhow", "anyhow",
"base64 0.22.1", "base64 0.22.1",
"bincode", "bincode",
"build-info-common 0.0.39", "build-info-common",
"chrono", "chrono",
"num-bigint", "num-bigint",
"num-traits", "num-traits",
@ -2956,7 +2912,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
name = "letterbox" name = "letterbox"
version = "0.0.137" version = "0.0.137"
dependencies = [ dependencies = [
"build-info 0.0.38", "build-info",
"build-info-build", "build-info-build",
"chrono", "chrono",
"console_error_panic_hook", "console_error_panic_hook",
@ -2987,7 +2943,7 @@ dependencies = [
"async-graphql", "async-graphql",
"async-graphql-rocket", "async-graphql-rocket",
"async-trait", "async-trait",
"build-info 0.0.39", "build-info",
"build-info-build", "build-info-build",
"cacher", "cacher",
"chrono", "chrono",
@ -5400,7 +5356,7 @@ dependencies = [
name = "shared" name = "shared"
version = "0.0.137" version = "0.0.137"
dependencies = [ dependencies = [
"build-info 0.0.39", "build-info",
"notmuch", "notmuch",
"serde", "serde",
] ]

View File

@ -32,7 +32,7 @@ thiserror = "1.0.50"
seed_hooks = { git = "https://github.com/wathiede/styles_hooks", package = "seed_hooks", branch = "main" } seed_hooks = { git = "https://github.com/wathiede/styles_hooks", package = "seed_hooks", branch = "main" }
gloo-net = { version = "0.4.0", features = ["json", "serde_json"] } gloo-net = { version = "0.4.0", features = ["json", "serde_json"] }
human_format = "1.1.0" human_format = "1.1.0"
build-info = "0.0.38" build-info = "0.0.39"
wasm-bindgen = "0.2.95" wasm-bindgen = "0.2.95"
[package.metadata.wasm-pack.profile.release] [package.metadata.wasm-pack.profile.release]