Skip to content

Commit

Permalink
fix: 1
Browse files Browse the repository at this point in the history
  • Loading branch information
greendoescode authored Jun 25, 2024
1 parent c5773a7 commit a2e9007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/volaris-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ maintenance = { status = "actively-developed" }
blake3 = "1.3.3"
rand = "0.8.5"

tools = { package = "volaris-tools", version = "0.0.1", path = "../volaris-tools" }
corecrypto = { package = "volaris-crypto", path = "../volaris-crypto", version = "0.0.1" }
tools = { package = "volaris-tools", version = "0.0.2", path = "../volaris-tools" }
corecrypto = { package = "volaris-crypto", path = "../volaris-crypto", version = "0.0.2" }

clap = { version = "3.2.21", features = ["cargo"] }
anyhow = "1.0.65"
Expand Down

0 comments on commit a2e9007

Please sign in to comment.