fix: rust-deno (#9599) (#9605)

This commit is contained in:
Raboneko
2026-02-02 18:17:42 -08:00
committed by GitHub
parent b7e52339c6
commit 618ac08c96
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
version = "=0.1.5"
-[target."cfg(windows)".dependencies.deno_subprocess_windows]
-version = "0.20.0"
-version = "0.25.0"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "=0.3.9"
+1 -1
View File
@@ -62,7 +62,7 @@ cp %{S:2} gcc
%global __cc %_builddir/%buildsubdir/gcc
sed '/\[env\]/a CC="%__cc"' -i .cargo/config
%dnl sed '/\[env\]/a CC="%__cc"' -i .cargo/config
%build
%{cargo_license_summary_online}