caio.co/de/caca

Adjust to new gix-config api

Id
53471b035b968d30b5742bed3da071aa9935222a
Author
Caio
Commit time
2024-08-18T08:42:54+02:00

Modified urso/Cargo.toml

@@ -1,10 +1,10
[package]
name = "urso"
version = "0.1.0"
edition = "2021"

[dependencies]
-gix = { version = "0.63", default-features = false, features = ["revision", "blob-diff", "mailmap", "parallel"] }
+gix = { version = "0.64", default-features = false, features = ["revision", "blob-diff", "mailmap", "parallel"] }
tracing = { workspace = true }
mime_guess = { version = "2.0.4", default-features = false }
infer = { version = "0.16.0", default-features = false }

Modified urso/src/lib.rs

@@ -1148,7 +1148,7
true
});
}
- Event::SectionKey(section_key) => {
+ Event::SectionValueName(section_key) => {
section_key.as_ref().clone_into(&mut key);
}
Event::Value(value) => {