ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
74 stars 24 forks source link

012 backports #590

Closed cgwalters closed 7 months ago

cgwalters commented 7 months ago

@jmarrero (et all) - I have created https://github.com/ostreedev/ostree-rs-ext/tree/branch-0.12 so we can make a new release on the 0.12 series.

These two changes are on top of the last 0.12 and include one completely safe one and the desired bugfix.

isolation: Only drop a few strategic environment variables

Closes: https://github.com/ostreedev/ostree-rs-ext/issues/582 (cherry picked from commit 263cd73b9e4d08779e2504df13a67104ab3e020c)


lib: Fix omitted lifetime in associated consts

See the tracking issue https://github.com/rust-lang/rust/issues/115010

There's now a warning for this in newer Rust versions.

(cherry picked from commit 939135377069c973715a2ac2f01daada06284ed8)