Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fanzeyi committed Aug 21, 2019
1 parent e377de8 commit 9cc0f9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "cargo-play"
version = "0.3.0"
version = "0.4.0"
authors = ["Zeyi Fan <[email protected]>"]
edition = "2018"
description = "Run your Rust code file without manually setting up a Cargo project."
description = "Run your Rust code without setting up Cargo"
license = "MIT"
homepage = "https://github.com/fanzeyi/cargo-play"
readme = "README.md"
Expand All @@ -17,10 +17,10 @@ sha1 = "0.6"
base64 = "0.10"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
pathdiff = "0.1.0"
proc-macro2 = "1.0.1"
syn = { version = "*", features = ["full"] }
quote = "1.0.2"
pathdiff = "0.1"
proc-macro2 = "1.0"
syn = { version = "1.0", features = ["full"] }
quote = "1.0"

[dev-dependencies]
rand = "0.7.0"

0 comments on commit 9cc0f9b

Please sign in to comment.