Skip to content

Commit a9fec89

Browse files
binujpchristopherco
authored andcommitted
feat(rust-zerocopy-derive): pin to upstream commit for version 0.8.42
Pin rust-zerocopy-derive to Fedora dist-git commit 079ba44c4ab6757eb34625c8a9483c514cd9c748, bumping the version from 0.8.31 to 0.8.42. Move rust-zerocopy-derive from inline entry in components.toml to a dedicated comp.toml to support the upstream-commit pin.
1 parent 83a0f65 commit a9fec89

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

base/comps/components.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7025,7 +7025,6 @@ includes = ["**/*.comp.toml", "component-check-disablement.toml"]
70257025
[components.rust-zbus]
70267026
[components.rust-zbus_macros]
70277027
[components.rust-zbus_names]
7028-
[components.rust-zerocopy-derive]
70297028
[components.'rust-zerocopy-derive0.6']
70307029
[components.'rust-zerocopy-derive0.7']
70317030
[components.'rust-zerocopy0.6']
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Pin to commit that bumps version to 0.8.42, keeping it in sync with rust-zerocopy.
2+
# https://src.fedoraproject.org/rpms/rust-zerocopy-derive/c/079ba44c4ab6757eb34625c8a9483c514cd9c748
3+
[components.rust-zerocopy-derive]
4+
spec = { type = "upstream", upstream-commit = "079ba44c4ab6757eb34625c8a9483c514cd9c748" }

0 commit comments

Comments
 (0)