The documentation lists vergen-gitcl with the wrong version:
[dependencies]
#..
[build-dependencies]
# All features enabled
vergen-gitcl = { version = "1.0.0", features = ["build", "cargo", "rustc", "si"] }
# or
vergen-gitcl = { version = "1.0.0", features = ["build"] }
# if you wish to disable certain features
It should be:
vergen-gitcl = { version = "9", features = ["build", "cargo", "rustc", "si"] }
The documentation lists vergen-gitcl with the wrong version:
It should be: