mirror of
https://github.com/fanzeyi/cargo-play
synced 2024-11-12 22:17:06 +00:00
release 0.4.2
This commit is contained in:
parent
e0133d7ae5
commit
dda8dfe6bc
2 changed files with 6 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -56,7 +56,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
|
||||
[[package]]
|
||||
name = "cargo-play"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
dependencies = [
|
||||
"bs58 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"failure 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cargo-play"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
authors = ["Zeyi Fan <cargo@zeyi.fan>"]
|
||||
edition = "2018"
|
||||
description = "Run your Rust code without setting up Cargo"
|
||||
|
@ -24,3 +24,7 @@ quote = "1.0"
|
|||
|
||||
[dev-dependencies]
|
||||
rand = "0.7.0"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "fanzeyi/cargo-play" }
|
||||
maintenance = { status = "passively-maintained" }
|
||||
|
|
Loading…
Reference in a new issue