Rollup merge of #58097 - h-michael:remote-test-2018, r=alexcrichton

Transition remote test to Rust 2018

Only updating Cargo.toml
This commit is contained in:
kennytm 2019-02-06 00:28:50 +09:00 committed by GitHub
commit e1f4833f1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -2,5 +2,6 @@
name = "remote-test-client"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2018"
[dependencies]

View file

@ -2,5 +2,6 @@
name = "remote-test-server"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2018"
[dependencies]