updating rust-enhanced

This commit is contained in:
dtomlinson@panaetius.co.uk
2019-11-21 01:59:36 +00:00
parent fb3ebd3bb8
commit aac87544d7

View File

@@ -24,13 +24,12 @@
}, },
"cargo_build": "cargo_build":
{ {
"default_path": "/Users/dtomlinson/git-repos/projects-rust/rust-book/chapter-1/guessing_game",
"defaults": "defaults":
{ {
"env": "env":
{ {
}, },
"target_triple": null, "target_triple": "x86_64-apple-darwin",
"toolchain": "nightly-x86_64-apple-darwin" "toolchain": "nightly-x86_64-apple-darwin"
} }
}, },