Skip to content

Commit

Permalink
rust 1.67 is the minimum required version
Browse files Browse the repository at this point in the history
  • Loading branch information
wez authored and imsnif committed Feb 11, 2023
1 parent d85cfac commit c5a0602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/check-rust-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

min_rust="1.57.0"
min_rust="1.67.0"
rust_ver="$(rustc --version | cut -d' ' -f2)"

check_rust_version() {
Expand Down

0 comments on commit c5a0602

Please # to comment.