Skip to content

Commit

Permalink
release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fanzeyi committed Jul 26, 2020
1 parent e0133d7 commit dda8dfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-play"
version = "0.4.1"
version = "0.4.2"
authors = ["Zeyi Fan <[email protected]>"]
edition = "2018"
description = "Run your Rust code without setting up Cargo"
Expand All @@ -24,3 +24,7 @@ quote = "1.0"

[dev-dependencies]
rand = "0.7.0"

[badges]
travis-ci = { repository = "fanzeyi/cargo-play" }
maintenance = { status = "passively-maintained" }

0 comments on commit dda8dfe

Please sign in to comment.