ostree-ext: specify zeroed patch version for ostree#1365
Conversation
This was changed previously in bootc-dev#1328, this reverts to the old format. Signed-off-by: John Eckersberg <jeckersb@redhat.com>
There was a problem hiding this comment.
Code Review
The pull request updates the ostree dependency in ostree-ext/Cargo.toml to specify the full patch version 0.20.0. A review comment suggests considering an exact version pin for ostree due to its re-exported nature, to enhance API stability.
| containers-image-proxy = "0.7.0" | ||
| # We re-export this library too. | ||
| ostree = { features = ["v2025_2"], version = "0.20" } | ||
| ostree = { features = ["v2025_2"], version = "0.20.0" } |
|
I'm confused as to why this is required, since 🤷 |
|
Actually now it's not working even with this, so I think maybe I just have some weird cargo state locally or something. I'm marking as draft and then going to sleep, this is a sign I should stop messing with this when it's almost midnight 😆 |
|
I hit something like this in the past and it was super subtle, basically the caching in the
two hard problems in computer science etc |
|
Actually sorry a problem may be that you also need to |
Yeah that was most of it 🤦. Closing this. |
This was changed previously in #1328, this reverts to the old format.
Signed-off-by: John Eckersberg jeckersb@redhat.com