Skip to content

Commit a938dd5

Browse files
Update crate-git-revision to 0.0.9 (#1909)
### What Bump the `crate-git-revision` build dependency of `soroban-sdk` from 0.0.6 to 0.0.9. ### Why Keeps the build-time git revision tooling current with upstream releases, picking up the fixes and improvements shipped between 0.0.6 and 0.0.9. The transitive 0.0.6 pull-in via `stellar-strkey` is retained in the lockfile, so this only advances the version `soroban-sdk` builds against directly. ### Known limitations Because `0.0.x` releases aren't semver-compatible, the transitive `^0.0.6` requirement keeps 0.0.6 in the lockfile alongside 0.0.9. A one-line skip for the 0.0.6 duplicate was added to `deny.toml` (mirroring the existing skips) so `cargo-deny`'s bans check passes, and the fuzz `Cargo.lock` was regenerated.
1 parent caddc8c commit a938dd5

4 files changed

Lines changed: 34 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ deny = [
221221
skip = [
222222
{ name = "hashbrown", version = "=0.14.5" },
223223
{ name = "stellar-strkey", version = "=0.0.13" },
224+
{ name = "crate-git-revision", version = "=0.0.6" },
224225
]
225226
# Similarly to `skip` allows you to skip certain crates during duplicate
226227
# detection. Unlike skip, it also includes the entire tree of transitive

soroban-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ doctest = false
1717

1818
[build-dependencies]
1919
rustc_version = "0.4.1"
20-
crate-git-revision = "0.0.6"
20+
crate-git-revision = "0.0.9"
2121

2222
[dependencies]
2323
soroban-sdk-macros = { workspace = true }

tests/fuzz/fuzz/Cargo.lock

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)