diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..eb38a6d75 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: rust-toolchain + directory: / + schedule: + interval: weekly \ No newline at end of file diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 000000000..03b322a92 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.95.0" \ No newline at end of file