Skip to content

Commit

Permalink
perf(ropey): enable simd feature for stdx (#12735)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoloEdits authored Jan 31, 2025
1 parent 80dbe03 commit 025719c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ thiserror = "2.0"
tempfile = "3.15.0"
bitflags = "2.8"
unicode-segmentation = "1.2"
ropey = { version = "1.6.1", default-features = false, features = ["simd"] }

[workspace.package]
version = "25.1.1"
Expand Down
2 changes: 1 addition & 1 deletion helix-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ helix-stdx = { path = "../helix-stdx" }
helix-loader = { path = "../helix-loader" }
helix-parsec = { path = "../helix-parsec" }

ropey = { version = "1.6.1", default-features = false, features = ["simd"] }
ropey.workspace = true
smallvec = "1.13"
smartstring = "1.0.1"
unicode-segmentation.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion helix-stdx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ homepage.workspace = true
[dependencies]
dunce = "1.0"
etcetera = "0.8"
ropey = { version = "1.6.1", default-features = false }
ropey.workspace = true
which = "7.0"
regex-cursor = "0.1.4"
bitflags.workspace = true
Expand Down

0 comments on commit 025719c

Please sign in to comment.