mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-20 09:11:24 +01:00
replace our DisplayWithSources with wee-woo
It's the same thing except with a nice extension trait.
This commit is contained in:
parent
d6475eee6d
commit
41c6fc8029
4 changed files with 11 additions and 36 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -947,6 +947,7 @@ dependencies = [
|
|||
"tracing-opentelemetry",
|
||||
"tracing-subscriber",
|
||||
"trust-dns-resolver",
|
||||
"wee-woo",
|
||||
"xdg",
|
||||
]
|
||||
|
||||
|
|
@ -3871,6 +3872,12 @@ dependencies = [
|
|||
"wasm-bindgen",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wee-woo"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "005e18f8367a2e0e375c29dd4d266c97e7590ec9d64bb05dc5af054a555eda05"
|
||||
|
||||
[[package]]
|
||||
name = "weezl"
|
||||
version = "0.1.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue