update @ Fri Oct 6 20:37:30 EEST 2023

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-10-06 20:37:30 +03:00
parent 25143cf619
commit 18f84198d7
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,5 @@
[build]
command = "rustup default stable && NOCLR=1 python3 ./scripts/blog.py static && rm -rf ./scripts/"
command = "NOCLR=1 python3 ./scripts/blog.py static && rm -rf ./scripts/"
[[redirects]]
from = "/git/*"

2
rust-toolchain.toml Normal file
View file

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