summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-01-27 21:15:07 +0100
committertroido <troido@protonmail.com>2020-01-27 21:15:07 +0100
commit599d7dc27df5e5ba37ef622d520399d7ca331425 (patch)
tree14f540fb9d186d11dedbea40e731ff2e2db2cf44 /Cargo.toml
parent62c810b6f8ef7c3feca62637b8361a3386fa43d8 (diff)
started using specs for a room
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 27af7a0..47fbf31 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,5 +11,5 @@ slab = "0.4.2"
nix = "0.13"
libc = "0.2"
users = "0.8"
-json = "0.11.13"
-specs = "0.14.3"
+json = "0.12.1"
+specs = { version = "0.15.1", features = ["specs-derive"] }