Skip to content

Commit 84b6c1d

Browse files
authored
Set edition=2021 on cpp_smoke_test (#652)
This prevents rust compiler from giving a warning
1 parent 95c3bac commit 84b6c1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/cpp_smoke_test/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "cpp_smoke_test"
33
version = "0.1.0"
44
authors = ["Nick Fitzgerald <[email protected]>"]
5+
edition = "2021"
56
build = "build.rs"
67

78
[build-dependencies]

0 commit comments

Comments
 (0)