Skip to content

Commit c7e8f0d

Browse files
committed
Shared: Pin rust version for shared extractor
1 parent a577bec commit c7e8f0d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file specifies the Rust version used to develop and test the shared
2+
# extractor. It is set to the lowest version of Rust we want to support.
3+
4+
[toolchain]
5+
channel = "1.68"
6+
profile = "minimal"
7+
components = [ "clippy", "rustfmt" ]

0 commit comments

Comments
 (0)