Skip to content

Commit 361128a

Browse files
committed
cargo autoinherit
1 parent 4687cc0 commit 361128a

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ futures-util = "0.3.31"
7676
insta = "1.44.3"
7777
libc = "0.2.172"
7878
memmap2 = "0.9.7"
79+
monostate = "1.0.2"
7980
nix = { version = "0.30.1", features = ["dir"] }
8081
ntapi = "0.4.1"
82+
once_cell = "1.19"
8183
os_str_bytes = "7.1.1"
8284
ouroboros = "0.18.5"
8385
owo-colors = "4.1.0"

crates/vite_task/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ derive_more = { workspace = true, features = ["from"] }
2121
diff-struct = { workspace = true }
2222
fspy = { workspace = true }
2323
futures-util = { workspace = true }
24-
once_cell = "1.19"
24+
once_cell = { workspace = true }
2525
owo-colors = { workspace = true }
2626
petgraph = { workspace = true }
2727
rayon = { workspace = true }

crates/vite_task_bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "src/main.rs"
1414
anyhow = { workspace = true }
1515
async-trait = { workspace = true }
1616
clap = { workspace = true, features = ["derive"] }
17-
monostate = "1.0.2"
17+
monostate = { workspace = true }
1818
tokio = { workspace = true, features = ["full"] }
1919
vite_path = { workspace = true }
2020
vite_str = { workspace = true }

crates/vite_task_graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust-version.workspace = true
1010
anyhow = { workspace = true }
1111
async-trait = { workspace = true }
1212
clap = { workspace = true, features = ["derive"] }
13-
monostate = "1.0.2"
13+
monostate = { workspace = true }
1414
petgraph = { workspace = true }
1515
serde = { workspace = true, features = ["derive"] }
1616
serde_json = { workspace = true }

0 commit comments

Comments
 (0)