mirror of
https://github.com/helix-editor/helix
synced 2026-08-06 15:02:59 +02:00
Bumps the rust-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bitflags](https://github.com/bitflags/bitflags) | `2.11.1` | `2.12.1` | | [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) | `1.13.2` | `1.13.3` | | [termina](https://github.com/helix-editor/termina) | `0.3.2` | `0.3.3` | | [log](https://github.com/rust-lang/log) | `0.4.30` | `0.4.32` | | [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.62` | `1.2.63` | Updates `bitflags` from 2.11.1 to 2.12.1 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.11.1...2.12.1) Updates `unicode-segmentation` from 1.13.2 to 1.13.3 - [Commits](https://github.com/unicode-rs/unicode-segmentation/commits) Updates `termina` from 0.3.2 to 0.3.3 - [Changelog](https://github.com/helix-editor/termina/blob/master/CHANGELOG.md) - [Commits](https://github.com/helix-editor/termina/compare/v0.3.2...v0.3.3) Updates `log` from 0.4.30 to 0.4.32 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.30...0.4.32) Updates `chrono` from 0.4.44 to 0.4.45 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.44...v0.4.45) Updates `cc` from 1.2.62 to 1.2.63 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.62...cc-v1.2.63) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: unicode-segmentation dependency-version: 1.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: termina dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: log dependency-version: 0.4.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: chrono dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: cc dependency-version: 1.2.63 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
71 lines
1.4 KiB
INI
71 lines
1.4 KiB
INI
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"helix-core",
|
|
"helix-view",
|
|
"helix-term",
|
|
"helix-tui",
|
|
"helix-lsp-types",
|
|
"helix-lsp",
|
|
"helix-event",
|
|
"helix-dap-types",
|
|
"helix-dap",
|
|
"helix-loader",
|
|
"helix-vcs",
|
|
"helix-parsec",
|
|
"helix-stdx",
|
|
"xtask",
|
|
]
|
|
|
|
default-members = [
|
|
"helix-term"
|
|
]
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
|
|
[profile.opt]
|
|
inherits = "release"
|
|
lto = "fat"
|
|
codegen-units = 1
|
|
strip = true
|
|
opt-level = 3
|
|
|
|
[profile.integration]
|
|
inherits = "test"
|
|
package.helix-core.opt-level = 2
|
|
package.helix-tui.opt-level = 2
|
|
package.helix-term.opt-level = 2
|
|
|
|
[workspace.dependencies]
|
|
tree-house = { version = "0.4", default-features = false }
|
|
nucleo = "0.5.0"
|
|
slotmap = "1.1.1"
|
|
thiserror = "2.0"
|
|
tempfile = "3.27.0"
|
|
bitflags = "2.12"
|
|
unicode-segmentation = "1.13"
|
|
ropey = { version = "1.6.1", default-features = false, features = ["simd"] }
|
|
foldhash = "0.2"
|
|
parking_lot = "0.12"
|
|
futures-executor = "0.3"
|
|
futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false }
|
|
tokio-stream = "0.1.18"
|
|
toml = "1.1"
|
|
termina = "0.3"
|
|
sonic-rs = "0.5"
|
|
globset = "0.4"
|
|
etcetera = "0.11"
|
|
arc-swap = "1.9"
|
|
arrayvec = "0.7"
|
|
|
|
[workspace.package]
|
|
version = "25.7.1"
|
|
edition = "2021"
|
|
authors = ["Blaž Hrastnik <blaz@mxxn.io>"]
|
|
categories = ["editor"]
|
|
repository = "https://github.com/helix-editor/helix"
|
|
homepage = "https://helix-editor.com"
|
|
license = "MPL-2.0"
|
|
rust-version = "1.90"
|