diff --git a/Cargo.toml b/Cargo.toml index 47549c77..d88892dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ time = ["dep:time", "bollard-stubs/time"] [dependencies] base64 = "0.13" -bollard-stubs = { version = "=1.42.0-rc.3", path = "codegen/target/generated-sources", default-features = false } +bollard-stubs = { version = "=1.42.0-rc.3", default-features = false } bytes = "1" chrono = { version = "0.4", features = ["serde"], optional = true } ct-logs = { version = "0.9.0", optional = true }