From d246bd4dedee1b837e7a00b41a1d9828f36ef074 Mon Sep 17 00:00:00 2001
From: Ryan Mwangi <ryannganga13325@gmail.com>
Date: Wed, 11 Dec 2024 22:46:29 +0300
Subject: [PATCH] build(toolchain): add rust-toolchain.toml for version
 consistency

---
 rust-toolchain.toml | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 rust-toolchain.toml

diff --git a/rust-toolchain.toml b/rust-toolchain.toml
new file mode 100644
index 0000000..591f19e
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,2 @@
+[toolchain]
+channel = "1.83.0"
\ No newline at end of file