From ea2a7c34c615fbf488b1d52a4be0e8c603b50a53 Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:32:12 +0100 Subject: [PATCH] Update update webpack version in docs.rs (#20) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index fe753e0..f3b3f5d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,7 +5,7 @@ //! //! It use an embedded version of the v8 javascript engine (rusty_v8) to parse and evaluate a built bundle file and return a string with the rendered html. //! -//! Currently it works with Webpack bundler v4.44.2. +//! Currently it works with Webpack bundler v5.65.0 //! //! > Check here the //! benchmarks results.