Skip to content

Commit 613ecbb

Browse files
committed
Ruby: Pin Rust to 1.54
Add a rust-toolchain file to the Ruby directory, which instructs Rustup to install a specific version of Rust (1.54). This will be used in CI, so any use of language features or dependencies that don't support 1.54 will result in a CI failure. This should ensure we have a documented minimum supported rust version and an easy to way to update it in the future (update the rust-toolchain file).
1 parent fb00a6c commit 613ecbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ruby/rust-toolchain

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

0 commit comments

Comments
 (0)