Skip to content

Commit

Permalink
update rust injector cargo version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-mccoy committed Apr 20, 2022
1 parent 3805e1a commit 7bd22a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/zarf-injector/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ components:
cosignKeyPath: ../../cosign.pub
files:
# Rust Injector Binary
- source: sget://defenseunicorns/zarf-injector:0.3.0
- source: sget://defenseunicorns/zarf-injector:0.4.1
target: "###ZARF_TEMP###/zarf-injector"
executable: true
# Go Registry Binary
Expand Down
2 changes: 1 addition & 1 deletion src/injector/stage1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ panic = "abort"

[package]
name = "zarf-injector"
version = "0.1.0"
version = "0.4.1"
edition = "2021"

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

0 comments on commit 7bd22a7

Please sign in to comment.