Lock rust toolchain version to same version used in Dockerfile
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m40s
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m40s
This commit is contained in:
4
rust-toolchain.toml
Normal file
4
rust-toolchain.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[toolchain]
|
||||
channel = "1.85"
|
||||
profile = "default"
|
||||
components = ["rust-analyzer"]
|
||||
Reference in New Issue
Block a user