mirror of
https://github.com/element-hq/matrix-rich-text-editor.git
synced 2026-01-11 19:46:33 +00:00
Update rust to 1.90 (stable)
This commit is contained in:
parent
4615e8a827
commit
d774657e24
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ default-members = [
|
|||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
rust-version = "1.83"
|
||||
rust-version = "1.90"
|
||||
license-file = "README.md"
|
||||
|
||||
[workspace.dependencies]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "1.83"
|
||||
channel = "1.90"
|
||||
components = ["rustfmt"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue