From 7e049d2540945d820d72e4dc80c74f39a609853f Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Fri, 5 Jan 2024 23:21:50 -0600 Subject: [PATCH] update tinyrick extras --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff30160..35bb04b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ lazy_static = "1.4.0" pad = "0.1.6" regex = "1.7.3" tinyrick = { version = "^0.0.9", optional = true } -tinyrick_extras = { version = "^0.0.6", optional = true } +tinyrick_extras = { version = "^0.0.7", optional = true } toml = "0.7.3" [features]