mirror of
https://github.com/fanzeyi/cargo-play
synced 2025-02-16 16:58:23 +00:00
release v0.3.0
This commit is contained in:
parent
057c48416f
commit
3d1f7c81ef
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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)",
|
||||
|
|
|
@ -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."
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue