Skip to content

Commit 18a5bea

Browse files
GearsDatapackslpil
authored andcommitted
Move walkdir dependency
1 parent 8122ad4 commit 18a5bea

File tree

6 files changed

+2
-8
lines changed

6 files changed

+2
-8
lines changed

Cargo.lock

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ serde = { version = "1", features = ["derive", "rc"] }
2626
serde_json = "1"
2727
# toml config file parsing
2828
toml = "0"
29-
walkdir = "2"
3029
# Enum trait impl macros
3130
strum = { version = "0", features = ["derive"] }
3231
# Hex package manager client

compiler-cli/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ tar.workspace = true
6060
termcolor.workspace = true
6161
toml.workspace = true
6262
tracing.workspace = true
63-
walkdir.workspace = true
6463

6564
[dev-dependencies]
6665
# Creation of temporary directories

test-helpers-rs/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ license = "Apache-2.0"
66

77
[dependencies]
88
gleam-core = { path = "../compiler-core" }
9+
walkdir = "2"
10+
911
toml.workspace = true
1012
im.workspace = true
1113
itertools.workspace = true
12-
walkdir.workspace = true
1314
regex.workspace = true
1415
camino.workspace = true
1516

test-package-compiler/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ test-helpers-rs = { path = "../test-helpers-rs" }
1111
toml.workspace = true
1212
im.workspace = true
1313
itertools.workspace = true
14-
walkdir.workspace = true
1514
regex.workspace = true
1615
camino.workspace = true
1716

test-project-compiler/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ test-helpers-rs = { path = "../test-helpers-rs" }
1111
toml.workspace = true
1212
im.workspace = true
1313
itertools.workspace = true
14-
walkdir.workspace = true
1514
regex.workspace = true
1615
camino.workspace = true
1716

0 commit comments

Comments
 (0)