diff --git a/.github/workflows/check_guides.sh b/.github/workflows/check_guides.sh index fc0d3af..2f5b795 100755 --- a/.github/workflows/check_guides.sh +++ b/.github/workflows/check_guides.sh @@ -30,7 +30,7 @@ EOF test_file() { echo "Testing: $f" - rustdoc --edition 2018 --test $1 -L "$value/target/debug/deps" + rustdoc --edition 2021 --test $1 -L "$value/target/debug/deps" } if [ -n "$1" ]; then