Skip to content

Commit

Permalink
fix(ci/release): set rustflags for tokio_unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Jun 1, 2024
1 parent a88ca56 commit dd0ccf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_MANIFEST_NAME: target/distrib/${{ join(matrix.targets, '-') }}-dist-manifest.json
RUSTFLAGS: "--cfg tokio_unstable"
steps:
- name: enable windows longpaths
run: |
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ fleek-blake3 = "1.5"

# Config for 'cargo dist'
[workspace.metadata.dist]
allow-dirty = ["ci"]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.15.0"
# CI backends to support
Expand Down

0 comments on commit dd0ccf0

Please sign in to comment.