Skip to content

Commit

Permalink
fix: Cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Dec 19, 2023
1 parent 511313b commit fb11ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ uuid = { version = "=1.6.1", features = ["v4"] }
yansi = "=0.5.1"

# Fix for cargo-about
errno = "*"
[target.'cfg(target_os="macos")'.dependencies]
errno = "=0.3.5"

[patch.crates-io]
dirs-sys = { git = 'https://github.com/dustinblackman/dirs-sys-rs', rev = "5d460f956c7ef21615c3d3169233ae0fe0eb00d4" }
Expand Down

0 comments on commit fb11ad4

Please sign in to comment.