Skip to content

Commit

Permalink
Merge branch 'unstable' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
markcda committed Jan 6, 2025
2 parents 771db3a + f108d61 commit c38c685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deployer"
version = "0.3.0"
version = "0.3.1"
edition = "2024"

[dependencies]
Expand All @@ -16,7 +16,7 @@ regex = "1.11"
safe-path = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
smart-patcher = { git = "https://github.com/impulse-sw/smart-patcher", tag = "0.1.1" }
smart-patcher = { git = "https://github.com/impulse-sw/smart-patcher", tag = "0.1.2" }
strip-ansi-escapes = "0.2"
uuid = { version = "1.11", features = ["v4", "fast-rng"] }

Expand Down

0 comments on commit c38c685

Please sign in to comment.