fda3e4c69a964928f66c9a005ac69045c5a2a478
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sys-locale](https://redirect.github.com/1Password/sys-locale) | workspace.dependencies | patch | `0.3.1` -> `0.3.2` | --- ### Release Notes <details> <summary>1Password/sys-locale (sys-locale)</summary> ### [`v0.3.2`](https://redirect.github.com/1Password/sys-locale/releases/tag/v0.3.2) [Compare Source](https://redirect.github.com/1Password/sys-locale/compare/v0.3.1...v0.3.2) #### What's Changed ##### Added - Support for all other Apple targets, such as watchOS and tvOS by [@​complexspaces](https://redirect.github.com/complexspaces) in [https://github.com/1Password/sys-locale/pull/38](https://redirect.github.com/1Password/sys-locale/pull/38). - Support for ignoring POSIX modifiers in UNIX locales with them present by [@​pasabanov](https://redirect.github.com/pasabanov) in [https://github.com/1Password/sys-locale/pull/33](https://redirect.github.com/1Password/sys-locale/pull/33). - Parsing support/recognition may come at a later date. - Support for returning a list of user locales on Linux/BSD UNIX platforms by [@​pasabanov](https://redirect.github.com/pasabanov) in [https://github.com/1Password/sys-locale/pull/35](https://redirect.github.com/1Password/sys-locale/pull/35). ##### Fixed - No longer use `LC_CTYPE` when determining the locale; the crate now uses `LC_MESSAGES` in its place by [@​pasabanov](https://redirect.github.com/pasabanov) in [https://github.com/1Password/sys-locale/pull/35](https://redirect.github.com/1Password/sys-locale/pull/35). - Skip empty locale environment variables on UNIX platforms by [@​complexspaces](https://redirect.github.com/complexspaces) in [https://github.com/1Password/sys-locale/pull/29](https://redirect.github.com/1Password/sys-locale/pull/29). - Corrected types mentioned and improved the public API documentation by [@​pasabanov](https://redirect.github.com/pasabanov) in [https://github.com/1Password/sys-locale/pull/37](https://redirect.github.com/1Password/sys-locale/pull/37). ##### Changed - Improved crate download size by excluding unused directories and files by [@​pasabanov](https://redirect.github.com/pasabanov). - Very slight improvement to locale fetching performance on Windows by [@​complexspaces](https://redirect.github.com/complexspaces) in [https://github.com/1Password/sys-locale/pull/29](https://redirect.github.com/1Password/sys-locale/pull/29). - Increased MSRV to Rust 1.56, which is 3 years old as of this release by [@​complexspaces](https://redirect.github.com/complexspaces). #### New Contributors - [@​pasabanov](https://redirect.github.com/pasabanov) made their first contribution in [https://github.com/1Password/sys-locale/pull/30](https://redirect.github.com/1Password/sys-locale/pull/30) **Full Changelog**: https://github.com/1Password/sys-locale/compare/v0.3.1...v0.3.2 </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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Release Notes: - N/A <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> 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/
257 MiB
Languages
Rust
95.5%
WGSL
1.2%
Metal
1.1%
HLSL
1.1%
Python
0.7%
Other
0.3%