Skip to content

Commit

Permalink
chore(api): disable cargo-dist due to .cargo/config
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Mar 23, 2024
1 parent 2b6a49a commit 7407a67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/synd_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@ introspection = []
workspace = true

[package.metadata.dist]
dist = true
# Currently, cargo-dist does not respect .cargo/config.toml at workspace toplevel
# this cause compile error dut to tokio-metrics which expect tokio-unstable is enabled
# https://github.com/axodotdev/cargo-dist/issues/513
dist = false

0 comments on commit 7407a67

Please sign in to comment.