rpm-ostree/rust
Jonathan Lebon b670ab37c2 lockfile: Switch packages JSON spec to an object
There are two reasons for this:
1. I'd like to add overrides semantics to lockfiles, and keying by the
   package name only makes this much easier.
2. I'd like to make the digest optional, and keeping it as a tuple makes
   this awkward.

A map seems natural too since it makes it more clear that we don't
expect multiple specifications for the same package name.

Another tiny advantage is that it's easier to process with e.g. `jq`.

Closes: #1867
Approved by: cgwalters
2019-07-18 18:54:27 +00:00
..
src lockfile: Switch packages JSON spec to an object 2019-07-18 18:54:27 +00:00
cargo-vendor-config Add support for YAML treefiles 2018-06-05 13:08:33 +00:00
Cargo.lock treefile: allow ${releasever} in more keys 2019-06-18 18:19:42 +00:00
Cargo.toml treefile: allow ${releasever} in more keys 2019-06-18 18:19:42 +00:00
cbindgen.toml lockfile: Switch to writing it from Rust 2019-07-18 18:54:27 +00:00