Fix Nix builds and update the lock file#641
Merged
seanmonstar merged 9 commits intotokio-rs:mainfrom Sep 29, 2025
ipetkov:push-vvysqzvryqyo
Merged
Fix Nix builds and update the lock file#641seanmonstar merged 9 commits intotokio-rs:mainfrom ipetkov:push-vvysqzvryqyo
seanmonstar merged 9 commits intotokio-rs:mainfrom
ipetkov:push-vvysqzvryqyo
Conversation
It looks like `tonic_web::enable` was removed with the 0.13.x release so this code hasn't actually compiled for a long time. The doc and code examples all use a custom cors layer so whatever heavy lifting the 0.12 method was doing doesn't seem necessary anymore
Features are additive so this should be safe to lint them all together (and avoid the combinatorics of using cargo-hack)
Member
Author
|
Depends on #640 which should fix CI runs |
1. We've already committed our lockfile so there's no need to test the API/subscriber crates individually (if we want to test with the latest available versions we should be running a `cargo update` in CI, so this change remains compatible with the previous behavior) 2. Also enable some non-default feature flags to ensure they are being tested
Flake lock file updates:
• Updated input 'flake-utils':
'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11)
→ 'github:numtide/flake-utils/11707dc2f618dd54ca8739b309ec4fc024de578b' (2024-11-13)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/f9d39fb9aff0efee4a3d5f4a6d7c17701d38a1d8' (2024-02-11)
→ 'github:NixOS/nixpkgs/e9f00bd893984bc8ce46c895c3bf7cac95331127' (2025-09-28)
• Updated input 'rust-overlay':
'github:oxalica/rust-overlay/8dfbe2dffc28c1a18a29ffa34d5d0b269622b158' (2024-02-13)
→ 'github:oxalica/rust-overlay/be3b8843a2be2411500f6c052876119485e957a2' (2025-09-29)
• Removed input 'rust-overlay/flake-utils'
seanmonstar
approved these changes
Sep 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Should make it a little bit nicer for Nix/devshell users