Skip to content

Commit

Permalink
build: update cryptobox to track the develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
istankovic committed Aug 15, 2024
1 parent b92dbc2 commit a3e2f66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async-std = { version = "1.12", features = ["attributes"] }
async-trait = "0.1"

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
cryptobox = { git = "https://github.com/wireapp/cryptobox", tag = "v1.0.3" }
cryptobox = { git = "https://github.com/wireapp/cryptobox", branch = "develop" }
proteus = { git = "https://github.com/wireapp/proteus", branch = "otak/fix-1.0.3", package = "proteus" }

[[bench]]
Expand Down

0 comments on commit a3e2f66

Please sign in to comment.