diff --git a/Cargo.toml b/Cargo.toml index b3f2706..3cd5572 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-play" -version = "0.1.1" +version = "0.2.0" authors = ["Zeyi Fan "] edition = "2018" description = "Run your Rust code file without manually setting up a Cargo project." diff --git a/README.md b/README.md index 4c48b9a..ae1ee62 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,10 @@ Files under sub-directories will be copied and placed relatively to the first fi ## To Do - [ ] Editor plugins - - [ ] Vim + - [x] Vim - [ ] VS Code - [ ] Toolchain supports +- [x] Edition Support ## Editor Support