Skip to content

Commit

Permalink
fix: move fs_err to normal dep (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante authored May 27, 2024
1 parent 393ae02 commit 26da8cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ tracing-opentelemetry = { version = "0.22.0", optional = true, default-features
tracing = { version = "0.1.40", default-features = false, features = [] }
tracing-subscriber = { version = "0.3", default-features = false, optional = true }

fs-err = { version = "2.11.0" }

[target.'cfg(not(windows))'.dependencies]
openssl = { version = "0.10", features = ["vendored"] }

fs-err = { version = "2.11.0" }

[dev-dependencies]
trim-margin = "0.1.0"
buildkite-test-collector = "0.1.1"
Expand Down

0 comments on commit 26da8cb

Please sign in to comment.