From 4c09bd449ca065d13aa7a10bd250336d769bf1a5 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Fri, 1 Nov 2024 12:45:26 +0100 Subject: [PATCH] Update document-features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2fff75bd7f0..add51213a77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ backtrace = "0.3" bytemuck = "1.7.2" criterion = { version = "0.5.1", default-features = false } dify = { version = "0.7", default-features = false } -document-features = " 0.2.8" +document-features = "0.2.10" glow = "0.14" glutin = "0.32.0" glutin-winit = "0.5.0"