Skip to content

Commit 1959c1b

Browse files
joojiskseo
authored andcommitted
Fix build on MacOS
This patch bumps the version of app_dirs to ^1.2.1 See andybarron/app-dirs-rs#29
1 parent 1ad41a8 commit 1959c1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -5,7 +5,7 @@ license = "AGPL-3.0"
55
authors = ["CodeChain Team <[email protected]>"]
66

77
[dependencies]
8-
app_dirs = "^1.1.1"
8+
app_dirs = "^1.2.1"
99
clap = { version = "2", features = ["yaml"] }
1010
codechain-core = { path = "core" }
1111
codechain-discovery = { path = "discovery" }

0 commit comments

Comments
 (0)