diff options
| author | Jon Santmyer <jon@jonsantmyer.com> | 2026-04-15 16:53:58 -0400 |
|---|---|---|
| committer | Jon Santmyer <jon@jonsantmyer.com> | 2026-04-15 16:53:58 -0400 |
| commit | b5ced3af46c96ceb959fbbf1addfeba3bd4f76d5 (patch) | |
| tree | 06d06fc9562dc99eede655b53635576f67c37e3b /rust-toolchain.toml | |
| download | systemic4x-b5ced3af46c96ceb959fbbf1addfeba3bd4f76d5.tar.gz systemic4x-b5ced3af46c96ceb959fbbf1addfeba3bd4f76d5.tar.bz2 systemic4x-b5ced3af46c96ceb959fbbf1addfeba3bd4f76d5.zip | |
first commit. working body rendering
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..292fe49 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "stable" |
