Skip to content

Commit f08cd33

Browse files
committed
Specify the Rust edition for the whole test package
This is a workaround for dtolnay/trybuild#274
1 parent 73b1469 commit f08cd33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_suite/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "bitflags-test-suite"
33
version = "0.0.0"
44
publish = false
5+
edition = "2018"
56

67
[dependencies.enumflags2]
78
path = "../"

0 commit comments

Comments
 (0)