Skip to content

Commit

Permalink
chore: bump sugar_path to 0.0.12 (web-infra-dev#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen authored and siyou committed May 14, 2023
1 parent d7425d3 commit 028a47d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ schemars = { version = "0.8.11" }
serde = { version = "1.0.152" }
serde_json = { version = "1.0.91" }
similar = { version = "2.2.0" }
sugar_path = { version = "0.0.9" }
sugar_path = { version = "0.0.12" }
swc_core = { version = "0.74.6", default-features = false }
swc_css = { version = "0.151.3" }
swc_emotion = { version = "0.30.4" }
Expand Down
4 changes: 2 additions & 2 deletions crates/node_binding/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rspack_core/src/options/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ impl PublicPath {
.options
.output
.path
.relative(compilation.options.output.path.join(dirname).resolve())
.relative(compilation.options.output.path.join(dirname).absolutize())
.to_string_lossy()
.to_string(),
},
Expand Down

0 comments on commit 028a47d

Please sign in to comment.