Skip to content

Commit f340999

Browse files
remove unused dep
1 parent 8cd5ede commit f340999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tokio = { version = "1", features = ["sync", "macros"] } # TODO: No more `tokio:
3131
serde = { version = "1", features = ["derive"] } # TODO: Remove features
3232
serde_urlencoded = "0.7.1"
3333
mime = "0.3.17"
34-
rspc-invalidation = { version = "0.0.0", path = "../../crates/invalidation" }
34+
# rspc-invalidation = { version = "0.0.0", path = "../../crates/invalidation" }
3535

3636
[lints]
3737
workspace = true

0 commit comments

Comments
 (0)