Skip to content

Commit

Permalink
Impl Clone for Client
Browse files Browse the repository at this point in the history
Bump version number
  • Loading branch information
Jonxslays committed Nov 30, 2021
1 parent 8bbf54b commit 1df2aa3
Show file tree
Hide file tree
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.2.2"
version = "0.2.3"
edition = "2021"
authors = ["Jonxslays"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use super::Executor;
use super::Runtime;

/// A client used to send requests to Piston.
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct Client {
/// The base url for Piston.
url: String,
Expand Down

0 comments on commit 1df2aa3

Please sign in to comment.