1fdae4bae0284e6627d1303f34b9f43504a395ab
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tokio](https://tokio.rs) ([source](https://redirect.github.com/tokio-rs/tokio)) | dependencies | minor | `1.42.0` -> `1.43.0` | | [tokio](https://tokio.rs) ([source](https://redirect.github.com/tokio-rs/tokio)) | workspace.dependencies | minor | `1.42.0` -> `1.43.0` | --- ### Release Notes <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.43.0`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.43.0): Tokio v1.43.0 [Compare Source](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.43.0) ### 1.43.0 (Jan 8th, 2025) ##### Added - net: add `UdpSocket::peek` methods ([#​7068]) - net: add support for Haiku OS ([#​7042]) - process: add `Command::into_std()` ([#​7014]) - signal: add `SignalKind::info` on illumos ([#​6995]) - signal: add support for realtime signals on illumos ([#​7029]) ##### Fixed - io: don't call `set_len` before initializing vector in `Blocking` ([#​7054]) - macros: suppress `clippy::needless_return` in `#[tokio::main]` ([#​6874]) - runtime: fix thread parking on WebAssembly ([#​7041]) ##### Changes - chore: use unsync loads for `unsync_load` ([#​7073]) - io: use `Buf::put_bytes` in `Repeat` read impl ([#​7055]) - task: drop the join waker of a task eagerly ([#​6986]) ##### Changes to unstable APIs - metrics: improve flexibility of H2Histogram Configuration ([#​6963]) - taskdump: add accessor methods for backtrace ([#​6975]) ##### Documented - io: clarify `ReadBuf::uninit` allows initialized buffers as well ([#​7053]) - net: fix ambiguity in `TcpStream::try_write_vectored` docs ([#​7067]) - runtime: fix `LocalRuntime` doc links ([#​7074]) - sync: extend documentation for `watch::Receiver::wait_for` ([#​7038]) - sync: fix typos in `OnceCell` docs ([#​7047]) [#​6874]: https://redirect.github.com/tokio-rs/tokio/pull/6874 [#​6963]: https://redirect.github.com/tokio-rs/tokio/pull/6963 [#​6975]: https://redirect.github.com/tokio-rs/tokio/pull/6975 [#​6986]: https://redirect.github.com/tokio-rs/tokio/pull/6986 [#​6995]: https://redirect.github.com/tokio-rs/tokio/pull/6995 [#​7014]: https://redirect.github.com/tokio-rs/tokio/pull/7014 [#​7029]: https://redirect.github.com/tokio-rs/tokio/pull/7029 [#​7038]: https://redirect.github.com/tokio-rs/tokio/pull/7038 [#​7041]: https://redirect.github.com/tokio-rs/tokio/pull/7041 [#​7042]: https://redirect.github.com/tokio-rs/tokio/pull/7042 [#​7047]: https://redirect.github.com/tokio-rs/tokio/pull/7047 [#​7053]: https://redirect.github.com/tokio-rs/tokio/pull/7053 [#​7054]: https://redirect.github.com/tokio-rs/tokio/pull/7054 [#​7055]: https://redirect.github.com/tokio-rs/tokio/pull/7055 [#​7067]: https://redirect.github.com/tokio-rs/tokio/pull/7067 [#​7068]: https://redirect.github.com/tokio-rs/tokio/pull/7068 [#​7073]: https://redirect.github.com/tokio-rs/tokio/pull/7073 [#​7074]: https://redirect.github.com/tokio-rs/tokio/pull/7074 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Release Notes: - N/A <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Zed
Welcome to Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Installation
On macOS and Linux you can download Zed directly or install Zed via your local package manager.
Other platforms are not yet available:
- Windows (tracking issue)
- Web (tracking issue)
Developing Zed
- Building Zed for macOS
- Building Zed for Linux
- Building Zed for Windows
- Running Collaboration Locally
Contributing
See CONTRIBUTING.md for ways you can contribute to Zed.
Also... we're hiring! Check out our jobs page for open roles.
Licensing
License information for third party dependencies must be correctly provided for CI to pass.
We use cargo-about to automatically comply with open source licenses. If CI is failing, check the following:
- Is it showing a
no license specifiederror for a crate you've created? If so, addpublish = falseunder[package]in your crate's Cargo.toml. - Is the error
failed to satisfy license requirementsfor a dependency? If so, first determine what license the project has and whether this system is sufficient to comply with this license's requirements. If you're unsure, ask a lawyer. Once you've verified that this system is acceptable add the license's SPDX identifier to theacceptedarray inscript/licenses/zed-licenses.toml. - Is
cargo-aboutunable to find the license for a dependency? If so, add a clarification field at the end ofscript/licenses/zed-licenses.toml, as specified in the cargo-about book.
Description
GPUI – Community Edition maintained by Oak Team
https://gpui-ce.github.io/
258 MiB
Languages
Rust
95.6%
WGSL
1.2%
Metal
1.1%
HLSL
1.1%
Python
0.6%
Other
0.3%