ostreedev / ostree-rs-ext

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

lib: Properly parse ostree tristate #613

Closed cgwalters closed 4 months ago

cgwalters commented 4 months ago

Embarassingly this code hardcoded just one value of the tristate, which caught me out when trying to use it elsewhere.

Closes: https://github.com/ostreedev/ostree-rs-ext/issues/612