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:
parent
d3229370f3
commit
0a91f2077d
3 changed files with 3 additions and 3 deletions
|
|
@ -30,4 +30,4 @@ features = ["rustls-tls-native-roots"]
|
|||
|
||||
[dependencies.toss]
|
||||
git = "https://github.com/Garmelon/toss.git"
|
||||
rev = "d693712dab61d806c3ac36083d27016e67794154"
|
||||
rev = "e4e1454e8064269350ff7f10b2dcbb388d26c57d"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue