Skip to content

Commit 5f5c5a3

Browse files
committed
Move arc-swap to workspace dependencies
1 parent 1fe66d1 commit 5f5c5a3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ termina = "0.1"
5656
sonic-rs = "0.5"
5757
globset = "0.4"
5858
etcetera = "0.11"
59+
arc-swap = "1.8"
5960

6061
[workspace.package]
6162
version = "25.7.1"

helix-term/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ termina = { workspace = true, features = ["event-stream"] }
5959
signal-hook = "0.4"
6060
tokio-stream = "0.1"
6161
futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false }
62-
arc-swap = { version = "1.8.2" }
62+
arc-swap.workspace = true
6363
termini = "1"
6464
indexmap = "2.13"
6565

helix-vcs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ helix-event = { path = "../helix-event" }
1515

1616
tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] }
1717
parking_lot.workspace = true
18-
arc-swap = { version = "1.8.2" }
18+
arc-swap.workspace = true
1919

2020
gix = { version = "0.79.0", features = ["attributes", "status", "max-performance"], default-features = false, optional = true }
2121
imara-diff = "0.2.0"

helix-view/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tempfile.workspace = true
3434
once_cell = "1.21"
3535
url = "2.5.4"
3636

37-
arc-swap = { version = "1.8.2" }
37+
arc-swap.workspace = true
3838

3939
tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] }
4040
tokio-stream = "0.1"

0 commit comments

Comments
 (0)