Skip to content

Commit 5440c4d

Browse files
authored
chore: pin vergen transitive dependency to 9.0.6 (#1683)
this fixes librespot-core failing to build due to vergen-gitcl by pinning the version of its vergen dependency to 9.0.6, which depends on the same version of vergen-lib as vergen-gitcl (0.1.6)
1 parent 7ae3436 commit 5440c4d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,11 @@ uuid = { version = "1", default-features = false, features = ["v4"] }
112112
[build-dependencies]
113113
rand = { version = "0.9", default-features = false, features = ["thread_rng"] }
114114
rand_distr = "0.5"
115-
vergen-gitcl = { version = "1.0", default-features = false, features = [
115+
vergen-gitcl = { version = "1.0.8", default-features = false, features = [
116116
"build",
117117
] }
118+
# fix for https://github.com/rustyhorde/vergen/issues/478#issuecomment-3769340357
119+
vergen = "=9.0.6"
118120

119121
[dev-dependencies]
120122
tokio = { version = "1", features = ["macros"] }

0 commit comments

Comments
 (0)