From 4eb68584c9a80084c9811cfcddac3aa48ca6244b Mon Sep 17 00:00:00 2001 From: Matt C Date: Fri, 15 Oct 2021 15:13:09 -0400 Subject: [PATCH] restrict crate version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d9a413e..e709df8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ ansi_term = "*" uwuizer = "*" moins = "*" regex = "*" -toml_edit = "*" +toml_edit = "0.5.9" toml = "*" bytes = "*"