We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7024bff commit 2149bdbCopy full SHA for 2149bdb
packages/core/src/backends/cpu/mod.ts
@@ -15,7 +15,7 @@ const options: FetchOptions = {
15
name: "netsaur",
16
url: new URL(import.meta.url).protocol !== "file:"
17
? new URL(
18
- "https://github.com/denosaurs/netsaur/releases/download/0.3.2-patch/",
+ "https://github.com/denosaurs/netsaur/releases/download/0.4.0/",
19
import.meta.url,
20
)
21
: "./target/release/",
0 commit comments