From 8551bf2e34d9543fa41a83fae785ed81d6a6c10f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 6 Aug 2023 12:52:42 +0200 Subject: move shared server code to own crate --- common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/Cargo.toml') diff --git a/common/Cargo.toml b/common/Cargo.toml index 2e35feb..ce864eb 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] -serde = { version = "1.0.180", features = ["derive"] } +serde = { version = "1.0.182", features = ["derive"] } bincode = { version = "2.0.0-rc.3", features = ["derive"] } -- cgit v1.2.3-70-g09d2