diff options
| author | troido <troido@protonmail.com> | 2020-02-16 23:25:04 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-16 23:25:04 +0100 |
| commit | c9a11aec577a0927afb4e97f3041b492621ce666 (patch) | |
| tree | d27ab608da72a7b17741a76da37886bd85878b8c /Cargo.toml | |
| parent | 10bf24f99efb87b586590b8785ac8fe337db96e5 (diff) | |
added playerid to avoid stringly typing
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |
