Remove keydb download/save from the library
keydb I/O moves out of libfreemkv into freemkv-keysources (KeydbSource::save / ::update). Delete src/keydb.rs entirely (save, http_get, default_path, write_atomic, UpdateResult) and drop `pub mod keydb;` — http_get had no real callers. The shared Keydb* Error variants stay in error.rs (keysources raises them; the every-error-has-a-code contract depends on them). flate2 is no longer used here, so drop it from Cargo.toml (zip stays for labels/jar.rs). CHANGELOG: note the keydb-I/O move; reword the rc.5.2 DefaultDecodedFieldDuration entry to state only the action taken (the revert) rather than an unverified Windows-fps outcome.
This commit is contained in:
@@ -100,7 +100,6 @@ pub mod halt;
|
||||
pub(crate) mod identity;
|
||||
pub(crate) mod ifo;
|
||||
pub mod io;
|
||||
pub mod keydb;
|
||||
pub mod keysource;
|
||||
pub mod labels;
|
||||
pub(crate) mod mpls;
|
||||
|
||||
Reference in New Issue
Block a user