From 92e41b43e437146b5d946eb238de963be1168016 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Wed, 25 Oct 2023 13:18:06 -0400 Subject: [PATCH] Fix dependency --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6f7c762fb2..00581905f2 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -17,7 +17,7 @@ env_logger = "0.10" argh = "0.1.5" [dependencies.naga] -version = "0.13" +version = "0.14" path = "../" features = [ "validate",