Skip to content

Commit a56284b

Browse files
committed
Switch fruitbasket to upstream repo
Now that mrmekon/fruitbasket#26 has been merged, switch the fruitbasket dependency to mrmekon/fruitbasket's mainline, rather than using our own branch.
1 parent 46793b9 commit a56284b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -22,7 +22,7 @@ windows_bindings = { path = "windows_bindings" }
2222
winreg = "0.8"
2323

2424
[target.'cfg(target_os = "macos")'.dependencies]
25-
fruitbasket = { git = "https://github.com/jorgenpt/fruitbasket", branch = "open-file-support" }
25+
fruitbasket = { git = "https://github.com/mrmekon/fruitbasket" }
2626

2727
[target.'cfg(windows)'.build-dependencies]
2828
winres = "^0.1"

0 commit comments

Comments
 (0)