Skip to content

Commit e1f4833

Browse files
authored
Rollup merge of rust-lang#58097 - h-michael:remote-test-2018, r=alexcrichton
Transition remote test to Rust 2018 Only updating Cargo.toml
2 parents da3a2fb + d17b2ec commit e1f4833

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/tools/remote-test-client/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
name = "remote-test-client"
33
version = "0.1.0"
44
authors = ["The Rust Project Developers"]
5+
edition = "2018"
56

67
[dependencies]

src/tools/remote-test-server/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
name = "remote-test-server"
33
version = "0.1.0"
44
authors = ["The Rust Project Developers"]
5+
edition = "2018"
56

67
[dependencies]

0 commit comments

Comments
 (0)