Skip to content

Commit 2149bdb

Browse files
authored
bump ver (#56)
1 parent 7024bff commit 2149bdb

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/backends/cpu

1 file changed

+1
-1
lines changed

packages/core/src/backends/cpu/mod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const options: FetchOptions = {
1515
name: "netsaur",
1616
url: new URL(import.meta.url).protocol !== "file:"
1717
? new URL(
18-
"https://github.com/denosaurs/netsaur/releases/download/0.3.2-patch/",
18+
"https://github.com/denosaurs/netsaur/releases/download/0.4.0/",
1919
import.meta.url,
2020
)
2121
: "./target/release/",

0 commit comments

Comments
 (0)