diff --git a/Cargo.toml b/Cargo.toml index d438860..e7802d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 0d6afc0..bcc89aa 100644 --- a/README.md +++ b/README.md @@ -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