From 850ab11272db6408667b3ac1777ceb00be3f9608 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sun, 25 Feb 2024 20:54:17 +0100 Subject: [PATCH] using latest toml version in rust module --- src/chat/config/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat/config/Cargo.toml b/src/chat/config/Cargo.toml index 07c7923..30c69cc 100644 --- a/src/chat/config/Cargo.toml +++ b/src/chat/config/Cargo.toml @@ -24,4 +24,4 @@ name = "why2_chat_config" crate-type = ["cdylib"] [dependencies] -toml = "0.8.8" +toml = "*"