Ruby: Bump rust toolchain to 1.68

This commit is contained in:
Harry Maclean
2023-03-15 18:08:23 +13:00
parent 720eed398b
commit 01a85164ee

View File

@@ -2,6 +2,6 @@
# extractor. It is set to the lowest version of Rust we want to support.
[toolchain]
channel = "1.54"
channel = "1.68"
profile = "minimal"
components = [ "rustfmt" ]