Update all build-info versions to fix build

This commit is contained in:
2025-02-09 12:49:25 -08:00
parent 3576e67af7
commit 7aa620a9da
3 changed files with 60 additions and 6 deletions

View File

@@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
build-info = "0.0.38"
build-info = "0.0.39"
notmuch = { path = "../notmuch" }
serde = { version = "1.0.147", features = ["derive"] }