Files
ratatrix/rust-toolchain.toml
Val Lorentz f3dbd43783
Some checks failed
CI / lint (push) Failing after 1m14s
CI / Build and test (, 1.73.0) (push) Failing after 47s
CI / Build and test (, beta) (push) Failing after 42s
CI / Build and test (, nightly) (push) Failing after 42s
[WIP] add support for images
this crashes because decode_image calls
`client.media().get_file(content, /* use_cache */ true).await` which
then causes `poll_updates` to be called again while this `poll_updates`
is still running, causing inconsistent updates when doing
`.apply(&mut self.items)`.
2024-02-10 12:13:54 +01:00

3 lines
31 B
TOML

[toolchain]
channel = "1.76.0"