From d45fb20c88a24dfdbbada6c51960182ab95ffe87 Mon Sep 17 00:00:00 2001 From: Julius Enriquez Date: Wed, 6 May 2026 00:49:26 +0800 Subject: [PATCH] Fix crate metadata for Fedora --- crates/edit/Cargo.toml | 18 +----------------- crates/unicode-gen/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/crates/edit/Cargo.toml b/crates/edit/Cargo.toml index 02becfd..3959d66 100644 --- a/crates/edit/Cargo.toml +++ b/crates/edit/Cargo.toml @@ -30,23 +30,7 @@ stdext.workspace = true lsh.workspace = true # The default toml crate bundles its dependencies with bad compile times. Thanks. # Thankfully toml-span exists. FWIW the alternative is yaml-rust (without the 2 suffix). -toml-span = { version = "0.7", default-features = false } - -[target.'cfg(windows)'.build-dependencies] -winresource = { version = "0.1", default-features = false } - -[target.'cfg(windows)'.dependencies.windows-sys] -version = "0.61" -features = [ - "Win32_Globalization", - "Win32_Security", - "Win32_Storage_FileSystem", - "Win32_System_Console", - "Win32_System_IO", - "Win32_System_LibraryLoader", - "Win32_System_Threading", -] +toml-span = { version = "0.6", default-features = false } [dev-dependencies] -criterion = { version = "0.8", features = ["html_reports"] } zstd = { version = "0.13", default-features = false } diff --git a/crates/unicode-gen/Cargo.toml b/crates/unicode-gen/Cargo.toml index c8dde6b..78dc8d7 100644 --- a/crates/unicode-gen/Cargo.toml +++ b/crates/unicode-gen/Cargo.toml @@ -13,4 +13,4 @@ chrono = "0.4" indoc = "2.0" pico-args = { version = "0.5", features = ["eq-separator"] } rayon = "1.10" -roxmltree = { version = "0.21", default-features = false, features = ["std"] } +roxmltree = { version = "0.20", default-features = false, features = ["std"] } - 2.54.0