Skip to content

Commit e486abb

Browse files
committed
chore: don't use otak/fix-1.0.3 branch for proteus as a dev-dependency
There's no obvious reason why proteus dev-dependency should differ from the regular one. This also lets us drop the last remaining reference to sodiumoxide, hopefully speeding up builds a bit.
1 parent 5f043d9 commit e486abb

File tree

2 files changed

+5
-60
lines changed

2 files changed

+5
-60
lines changed

Cargo.lock

Lines changed: 5 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ rstest = "0.26"
8686
rstest_reuse = "0.7"
8787
env_logger = "0.11"
8888
futures-util = { workspace = true, features = ["std", "alloc"] }
89-
proteus-traits = { workspace = true }
9089
async-trait.workspace = true
9190
wire-e2e-identity = { workspace = true, features = ["builder"] }
9291
web-time.workspace = true
@@ -97,9 +96,6 @@ smol.workspace = true
9796
smol-macros.workspace = true
9897
macro_rules_attribute.workspace = true
9998

100-
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
101-
proteus = { git = "https://github.com/wireapp/proteus", branch = "otak/fix-1.0.3" }
102-
10399
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.criterion]
104100
version = "0.8"
105101
features = ["async_smol", "async_futures", "html_reports"]

0 commit comments

Comments
 (0)