This website requires JavaScript.
Cadquos
Explore
Marketplace
Help
Register
Sign In
Cadquos
Development
Main Navigation
🏠
Dashboard
🏢
Organizations
8
📁
Repositories
8
👥
Team
🗓️
Calendar
Workspace
📝
작업메모
🚀
시작하기
📝
빠른 메모
👻
나의 공간
3
📝
작업목록
Settings
Connections
Public Pages
Notifications
3
Help Center
John Smith
john@example.com
ByoungSooPark
/
modeling-app
Watch
1
Star
0
Fork
0
You've already forked modeling-app
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ccc7ec93b51ee3ce0de1736a9988a5cab58f4c75
modeling-app
/
rust
/
rust-toolchain.toml
4 lines
64 B
TOML
Raw
Normal View
History
Unescape
Escape
Lock the rust toolchain version (#3617)
2024-08-22 16:09:28 -04:00
[
toolchain
]
Upgrade to Rust 1.87 (#7346) I ignored some new clippy lints about large differences between enum variants. We can always revisit these later (the compiler suggests boxing them so that the enum variants are similar size)
2025-06-03 16:32:24 -05:00
channel
=
"1.87"
Lock the rust toolchain version (#3617)
2024-08-22 16:09:28 -04:00
components
=
[
"clippy"
,
"rustfmt"
]
Reference in New Issue
Copy Permalink