From 599d7dc27df5e5ba37ef622d520399d7ca331425 Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 27 Jan 2020 21:15:07 +0100 Subject: started using specs for a room --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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"] } -- cgit