Skip to content

Commit

Permalink
Delete cluster on error (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-andersen authored Dec 2, 2024
1 parent a31805d commit 61b647d
Show file tree
Hide file tree
Showing 16 changed files with 880 additions and 689 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "argocd-diff-preview"
version = "0.0.24"
version = "0.0.25"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = {version="1.40.0",features = ["full"]}
tokio = {version="1.41.1",features = ["full"]}
base64 = "0.22.1"
serde = "1.0.210"
serde = "1.0.215"
serde_yaml = "0.9.33"
serde_json = "1.0.131"
serde_json = "1.0.133"
walkdir = "2.5.0"
schemars = "0.8.21"
structopt = { version = "0.3" }
Expand Down
Loading

0 comments on commit 61b647d

Please sign in to comment.