Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
Jonxslays committed Dec 28, 2021

Verified

This commit was signed with the committer’s verified signature.
Jonxslays Jonxslays
1 parent 621c1f2 commit c502378
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "piston_rs"
description = "An async wrapper for the Piston code execution engine."
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Jonxslays"]
readme = "README.md"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ For more details, check out the [documentation](https://docs.rs/piston_rs/latest
# Cargo.toml

[dependencies]
piston_rs = "^0.3"
piston_rs = "^0.4"
```

### Make requests to Piston

0 comments on commit c502378

Please sign in to comment.