From 5750fc22e0b201197317c9f09e5881901deb99ad Mon Sep 17 00:00:00 2001 From: Cong-Cong Date: Thu, 13 Nov 2025 10:46:56 +0800 Subject: [PATCH] chore: release 0.4.17 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d624a6..fe9f0bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rspack_sources" -version = "0.4.16" +version = "0.4.17" dependencies = [ "codspeed-criterion-compat", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 21ba3a8..ccca324 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rspack_sources" -version = "0.4.16" +version = "0.4.17" edition = "2021" authors = ["h-a-n-a ", "ahabhgk "] resolver = "2"