mirror of
https://github.com/fanzeyi/cargo-play
synced 2024-11-13 22:47:06 +00:00
bump version
This commit is contained in:
parent
fde3a2ec24
commit
959efa1a73
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cargo-play"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
authors = ["Zeyi Fan <cargo@zeyi.fan>"]
|
||||
edition = "2018"
|
||||
description = "Run your Rust code file without manually setting up a Cargo project."
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue