From 218df9e7f04078c203d245c49ed7115e3eda0200 Mon Sep 17 00:00:00 2001 From: ok300 <106775972+ok300@users.noreply.github.com> Date: Sun, 6 Oct 2024 13:10:12 +0200 Subject: [PATCH] Fix CI --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index c1344873..ea2b9fd4 100644 --- a/flake.nix +++ b/flake.nix @@ -135,6 +135,7 @@ cargo update -p serde_with --precise 3.1.0 cargo update -p regex --precise 1.9.6 cargo update -p backtrace --precise 0.3.58 + cargo update -p utoipa --precise 4.1.0 # For wasm32-unknown-unknown target cargo update -p bumpalo --precise 3.12.0 cargo update -p moka --precise 0.11.1