Skip to content

Commit

Permalink
fix: change volaris-tools to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
greendoescode committed Aug 31, 2024
1 parent cb2eec4 commit 22e4b52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
.DS_Store
Cargo.lock
Cargo.lock
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/volaris-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" }
blake3 = "1.5.4"
rand = "0.8.5"

tools = { package = "volaris-tools", version = "0.0.3", path = "../volaris-tools" }
tools = { package = "volaris-tools", version = "0.0.4", path = "../volaris-tools" }
corecrypto = { package = "volaris-crypto", path = "../volaris-crypto", version = "0.0.3" }

clap = { version = "4.5.16", features = ["cargo"] }
Expand Down

0 comments on commit 22e4b52

Please sign in to comment.