diff options
| author | troido <troido@protonmail.com> | 2020-01-27 21:15:07 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-01-27 21:15:07 +0100 |
| commit | 599d7dc27df5e5ba37ef622d520399d7ca331425 (patch) | |
| tree | 14f540fb9d186d11dedbea40e731ff2e2db2cf44 /Cargo.toml | |
| parent | 62c810b6f8ef7c3feca62637b8361a3386fa43d8 (diff) | |
started using specs for a room
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] } |
