edit: upgrade the rust version to support inline const

This commit is contained in:
Youssef Ali 2024-06-16 23:26:45 +03:00
parent 445f313504
commit 2e241e655b

View File

@ -1,5 +1,5 @@
[toolchain] [toolchain]
# Released on: 02 May, 2024 # Released on: 13 June, 2024
# https://releases.rs/docs/1.78.0/ # https://releases.rs/docs/1.79.0/
channel = "1.78.0" channel = "1.79.0"
components = ["rustfmt", "clippy"] components = ["rustfmt", "clippy"]