Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix: remove debug assertions
Browse files Browse the repository at this point in the history
tok-io has an expensive debug assertion, this turns them all off for now.
  • Loading branch information
bbangert committed Sep 12, 2017
1 parent 9f7ac5a commit 063eb53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions autopush_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@ tokio-service = "0.1"
tokio-tungstenite = "0.3"
tungstenite = "0.4"
uuid = { version = "0.5", features = ["serde", "v4"] }

[profile.release]
debug-assertions = true

0 comments on commit 063eb53

Please sign in to comment.