Skip to content

Commit 1b15556

Browse files
committed
Auto merge of #12373 - abhiramiyer:master, r=epage
Fix "cargo doc --open" crash on WSL2 "cargo doc --open" does not work on WSL2 due to a bug in the 'opener' crate. Updated 'opener' to v0.6.1 to fix this issue. ### What does this PR try to resolve? Fixes #12372 ### How should we test and review this PR? 1. In a WSL2 setup, download or create a cargo project and run 'cargo doc --open'. 2. The doc will open in the default browser.
2 parents 5a9f611 + 04e5675 commit 1b15556

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ libgit2-sys = "0.15.1"
5858
log = "0.4.17"
5959
memchr = "2.1.3"
6060
miow = "0.5.0"
61-
opener = "0.5"
61+
opener = "0.6.1"
6262
openssl ="0.10.55"
6363
os_info = "3.5.0"
6464
pasetors = { version = "0.6.4", features = ["v3", "paserk", "std", "serde"] }

0 commit comments

Comments
 (0)