Skip to content

Commit

Permalink
Rollup merge of rust-lang#58097 - h-michael:remote-test-2018, r=alexc…
Browse files Browse the repository at this point in the history
…richton

Transition remote test to Rust 2018

Only updating Cargo.toml
  • Loading branch information
kennytm authored Feb 5, 2019
2 parents da3a2fb + d17b2ec commit e1f4833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/remote-test-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
name = "remote-test-client"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2018"

[dependencies]
1 change: 1 addition & 0 deletions src/tools/remote-test-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
name = "remote-test-server"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2018"

[dependencies]

0 comments on commit e1f4833

Please sign in to comment.