using latest toml version in rust module

This commit is contained in:
Václav Šmejkal 2024-02-25 20:54:17 +01:00
parent 4d6b29e4c6
commit 850ab11272
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -24,4 +24,4 @@ name = "why2_chat_config"
crate-type = ["cdylib"]
[dependencies]
toml = "0.8.8"
toml = "*"