From 68e09c73ac581cb716dd7102034e521a313376fc Mon Sep 17 00:00:00 2001 From: dragon-zhang Date: Mon, 8 Jan 2024 22:18:41 +0800 Subject: [PATCH] [Add] force use nightly --- .licenserc.yaml | 1 + rust-toolchain | 1 + 2 files changed, 2 insertions(+) create mode 100644 rust-toolchain diff --git a/.licenserc.yaml b/.licenserc.yaml index 6bbef770..ac72c37e 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -66,6 +66,7 @@ header: # `header` section is configurations for source codes license header. - "**/*.yaml" - "**/generated/**" - "**/fixtures/**" + - 'rust-toolchain' comment: on-failure # on what condition license-eye will comment on the pull request, `on-failure`, `always`, `never`. # license-location-threshold specifies the index threshold where the license header can be located, diff --git a/rust-toolchain b/rust-toolchain new file mode 100644 index 00000000..bf867e0a --- /dev/null +++ b/rust-toolchain @@ -0,0 +1 @@ +nightly