zed/crates/release_channel
Cameron Mcloughlin b25d3eeeca
release_channel: Allow compile time overrides that don't use include_str! (#61731)
Some crates in zed use `include_str!("../../zed/RELEASE_CHANNEL")`,
which breaks when used as a dependency in a crane nix build (each crate
is built in isolation).

This adds a compile time env var to skip that check, which allows crates
in the zed repo to be used as dependencies in a crane build.

---

Release Notes:

- N/A or Added/Fixed/Improved ...
2026-07-27 18:20:35 +00:00
..
src release_channel: Allow compile time overrides that don't use include_str! (#61731) 2026-07-27 18:20:35 +00:00
build.rs release_channel: Allow compile time overrides that don't use include_str! (#61731) 2026-07-27 18:20:35 +00:00
Cargo.toml releases: Add build number to Nightly builds (#42990) 2025-11-24 13:34:04 +01:00
LICENSE-GPL gpui: Add Global marker trait (#7095) 2024-01-30 14:08:20 -05:00