Skip to content

Commit 8227d8b

Browse files
committed
deps: re-enable incremental compilation
The ICE workaround for Rust 1.58 is no longer needed on Rust 1.92+.
1 parent 6af75ba commit 8227d8b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,6 @@ tokio-util = "0.7.15"
119119
too_many_arguments = "allow"
120120
type_complexity = "allow"
121121

122-
# Incremental compilation on Rust 1.58 causes an ICE on build. As soon as graph node builds again, these can be removed.
123-
[profile.test]
124-
incremental = false
125-
126-
[profile.dev]
127-
incremental = false
128-
129122
[profile.release]
130123
opt-level = 's'
131124
strip = "debuginfo"

0 commit comments

Comments
 (0)