aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2018-03-01 12:37:03 +0000
committerMatthew Collins <[email protected]>2018-03-01 12:37:46 +0000
commit88f79570a5c6fbf78e6fd44ee20bde6472af0824 (patch)
tree59732913be6658d9e4b3e56f1954523013e0a7bd /Cargo.toml
parentInitial support for servers (diff)
downloadsteamworks-rs-88f79570a5c6fbf78e6fd44ee20bde6472af0824.tar.xz
steamworks-rs-88f79570a5c6fbf78e6fd44ee20bde6472af0824.zip
Don't require the manager to implement Clone for the client to be clonable
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0466b65..9e06f6d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "steamworks"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Thinkofname"]
description = "Provides rust friendly bindings to the steamworks sdk"
license = "MIT / Apache-2.0"