diff --git a/Cargo.lock b/Cargo.lock index 5d752fd7..758ade8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,7 +202,7 @@ dependencies = [ [[package]] name = "built" version = "0.7.1" -source = "git+https://github.com/stackabletech/built.git?branch=fix/dont-write-env#79e7078961159e2c19c25b87c0575e5bd9af283e" +source = "git+https://github.com/stackabletech/built.git?branch=fix/0.7.1-dont-write-env#79e7078961159e2c19c25b87c0575e5bd9af283e" dependencies = [ "chrono", "git2", diff --git a/Cargo.toml b/Cargo.toml index b40c03dd..2c8d2ae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tokio = { version = "1.29", features = ["full"] } tracing = "0.1" [patch.crates-io] -built = { git = "https://github.com/stackabletech/built.git", branch = "fix/dont-write-env" } +built = { git = "https://github.com/stackabletech/built.git", branch = "fix/0.7.1-dont-write-env" } # [patch."https://github.com/stackabletech/operator-rs.git"] # stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }