remove fail crate, put neon_failpoint in place

This commit is contained in:
Christian Schwarz
2025-07-11 12:36:47 +02:00
parent 4adc3bdd3a
commit 8a04a62ecd
6 changed files with 11 additions and 14 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ license.workspace = true
[features]
default = []
# Enables test specific features.
testing = ["fail/failpoints"]
testing = ["neon_failpoint/testing"]
[dependencies]
async-compression.workspace = true
@@ -23,7 +23,7 @@ camino.workspace = true
chrono.workspace = true
cfg-if.workspace = true
clap.workspace = true
fail.workspace = true
neon_failpoint.workspace = true
flate2.workspace = true
futures.workspace = true
http.workspace = true