ci: switching over to using forgejo, so the gitlab config can eb removed
All checks were successful
On_Push / lint_fmt (push) Successful in 56s
On_Push / lint_clippy (push) Successful in 3m13s
On_Push / build (push) Successful in 2m45s
On_Push / deploy (push) Successful in 7s

Added in toolchain to try and lock it down
This commit is contained in:
silver 2024-08-09 23:28:21 +01:00
parent 48b52f3c09
commit 7ac8b90f27
3 changed files with 65 additions and 88 deletions

2
rust-toolchain.toml Normal file
View file

@ -0,0 +1,2 @@
[toolchain]
channel = "1.69.0"