Update toss

The latest toss commit includes a width function that runs directly on a
&Styled. This avoids using &styled.text(), which unnecessarily allocates
a new string. Probably premature optimization, but nicer to use
nontheless.
This commit is contained in:
Joscha 2022-07-12 10:26:38 +02:00
parent d3229370f3
commit 0a91f2077d
3 changed files with 3 additions and 3 deletions

View file

@ -30,4 +30,4 @@ features = ["rustls-tls-native-roots"]
[dependencies.toss]
git = "https://github.com/Garmelon/toss.git"
rev = "d693712dab61d806c3ac36083d27016e67794154"
rev = "e4e1454e8064269350ff7f10b2dcbb388d26c57d"