Skip to content

Commit

Permalink
Add rust edition parameter to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykoren committed Feb 27, 2025
1 parent 0cdc497 commit 7b5ee1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
# We use a synthetic crate to ensure no dev-dependencies are enabled, which can
# be incompatible with some of these targets.
- name: Create synthetic crate for testing
run: cargo init --lib ci-build
run: cargo init --lib --edition 2021 ci-build
- name: Copy Rust version into synthetic crate
run: cp crates/rust-toolchain.toml ci-build/
- name: Copy patch directives into synthetic crate
Expand Down

0 comments on commit 7b5ee1c

Please sign in to comment.