From 169b35017593091539188efea091993b61469388 Mon Sep 17 00:00:00 2001 From: f01dab1e Date: Fri, 1 Dec 2023 09:05:15 +0000 Subject: [PATCH] chore: thiserror.workspace = true --- tooling/doc_generator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/doc_generator/Cargo.toml b/tooling/doc_generator/Cargo.toml index 5c0f2cfad1d..3a30ae94e57 100644 --- a/tooling/doc_generator/Cargo.toml +++ b/tooling/doc_generator/Cargo.toml @@ -9,6 +9,6 @@ license.workspace = true [dependencies] askama = "0.12" -thiserror = "1.0.21" +thiserror.workspace = true clap.workspace = true noirc_frontend.workspace = true