Skip to content

Commit

Permalink
Specify the Rust edition for the whole test package
Browse files Browse the repository at this point in the history
This is a workaround for dtolnay/trybuild#274
  • Loading branch information
meithecatte committed Jun 4, 2024
1 parent 73b1469 commit f08cd33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "bitflags-test-suite"
version = "0.0.0"
publish = false
edition = "2018"

[dependencies.enumflags2]
path = "../"
Expand Down

0 comments on commit f08cd33

Please sign in to comment.