diff options
author | Himbeer <himbeer@disroot.org> | 2025-03-25 11:07:29 +0100 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-03-25 11:07:29 +0100 |
commit | 9f88e51f05904f29baf7e76295ce1fbbd1133359 (patch) | |
tree | d5a7cf88d3f567956a703cabef1cd3a7fa7adb44 /Cargo.lock | |
parent | 129cb1a0bf9d5bc4b0f88601dd5a653fafdaf9f1 (diff) |
This should improve compile time by a small amount.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -1115,7 +1115,6 @@ dependencies = [ "rustls-pemfile", "serde", "sysinfo", - "thiserror", ] [[package]] @@ -1311,26 +1310,6 @@ dependencies = [ ] [[package]] -name = "thiserror" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" -dependencies = [ - "thiserror-impl", -] - -[[package]] -name = "thiserror-impl" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] name = "time" version = "0.3.41" source = "registry+https://github.com/rust-lang/crates.io-index" |