Shared: Pin rust version for shared extractor

This commit is contained in:
Harry Maclean 2023-05-05 06:36:55 +00:00
Родитель a577bec22c
Коммит c7e8f0d12a
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,7 @@
# This file specifies the Rust version used to develop and test the shared
# extractor. It is set to the lowest version of Rust we want to support.
[toolchain]
channel = "1.68"
profile = "minimal"
components = [ "clippy", "rustfmt" ]