From c9a11aec577a0927afb4e97f3041b492621ce666 Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 16 Feb 2020 23:25:04 +0100 Subject: added playerid to avoid stringly typing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b2c9889..3fdd538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ slab = "0.4.2" nix = "0.13" libc = "0.2" users = "0.8" -specs = { version = "0.15", features = ["specs-derive"] } +specs = { version = "0.16", features = ["specs-derive"] } rand = "0.7" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -- cgit