Skip to content

Commit c24004f

Browse files
committed
chore: Remove module_fetcher from cargo.toml's files
1 parent e3b9c0c commit c24004f

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
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.

crates/npm/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ deno_semver.workspace = true
1919
once_cell.workspace = true
2020
async-trait.workspace = true
2121
base32 = "=0.4.0"
22-
module_fetcher = { path = "../module_fetcher" }
22+
sb_core = { version = "0.1.0", path = "../sb_core" }
2323
deno_lockfile.workspace = true
2424
tar.workspace = true
2525
flate2.workspace = true
2626
ring.workspace = true
2727
sb_node = { version = "0.1.0", path = "../node" }
28-
sb_core = { version = "0.1.0", path = "../sb_core" }
2928
serde.workspace = true
3029
percent-encoding = "=2.3.0"
3130
hex = "0.4"

crates/sb_fs/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ license = "MIT"
1010
path = "lib.rs"
1111

1212
[dependencies]
13-
module_fetcher = { path = "../module_fetcher" }
1413
sb_core = { version = "0.1.0", path = "../sb_core" }
1514
sb_node = { version = "0.1.0", path = "../node" }
1615
sb_npm = { version = "0.1.0", path = "../npm" }

crates/sb_module_loader/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ license = "MIT"
1010
path = "lib.rs"
1111

1212
[dependencies]
13-
module_fetcher = { path = "../module_fetcher" }
1413
sb_node = { version = "0.1.0", path = "../node" }
1514
sb_npm = { version = "0.1.0", path = "../npm" }
1615
sb_graph = { version = "0.1.0", path = "../sb_graph" }

0 commit comments

Comments
 (0)