release v0.3.0

This commit is contained in:
Zeyi Fan 2019-06-20 23:07:20 -07:00
parent 057c48416f
commit 3d1f7c81ef
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -65,7 +65,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cargo-play"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package]
name = "cargo-play"
version = "0.2.0"
version = "0.3.0"
authors = ["Zeyi Fan <cargo@zeyi.fan>"]
edition = "2018"
description = "Run your Rust code file without manually setting up a Cargo project."

View file

@ -87,7 +87,7 @@ Files under sub-directories will be copied and placed relatively to the first fi
- [ ] Editor plugins
- [x] Vim
- [ ] VS Code
- [ ] Toolchain supports
- [x] Toolchain supports
- [x] Edition Support
## Editor Support