Skip to content

Commit b5f9591

Browse files
authored
chore: release 0.6.3 (#102)
1 parent 40e7681 commit b5f9591

File tree

3 files changed

+58
-38
lines changed

3 files changed

+58
-38
lines changed

Cargo.lock

Lines changed: 54 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["napi"]
33
resolver = "2"
44

55
[package]
6-
version = "0.6.2"
6+
version = "0.6.3"
77
name = "rspack_resolver"
88
authors = ["Rspack"]
99
categories = ["development-tools"]
@@ -95,9 +95,9 @@ futures = "0.3.31"
9595
async-trait = "0.1.84"
9696

9797
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
98-
tokio = { version = "1.44.2", default-features = false, features = ["sync", "rt-multi-thread", "macros", "fs"] }
98+
tokio = { version = "1.47.1", default-features = false, features = ["sync", "rt-multi-thread", "macros", "fs"] }
9999
[target.'cfg(target_arch = "wasm32")'.dependencies]
100-
tokio = { version = "1.44.2", default-features = false, features = ["sync", "rt", "macros" ]}
100+
tokio = { version = "1.47.1", default-features = false, features = ["sync", "rt", "macros" ]}
101101

102102
[dev-dependencies]
103103
vfs = "0.12.0" # for testing with in memory file system

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/resolver",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Rspack Resolver Node API",
55
"main": "index.js",
66
"browser": "browser.js",

0 commit comments

Comments
 (0)