chore(connlib): remove old mock feature (#7142)

This is so stale, it definitely needs to go in the bin.
This commit is contained in:
Thomas Eizinger
2024-10-24 03:30:15 +11:00
committed by GitHub
parent 6eecfc0cfb
commit 2ca91a3b1a
4 changed files with 0 additions and 13 deletions

View File

@@ -9,9 +9,6 @@ name = "connlib"
crate-type = ["lib", "cdylib"]
doc = false
[features]
mock = ["connlib-client-shared/mock"]
[dependencies]
backoff = "0.4.0"
connlib-client-shared = { workspace = true }

View File

@@ -4,9 +4,6 @@ name = "connlib-client-apple"
version = "1.3.7"
edition = "2021"
[features]
mock = ["connlib-client-shared/mock"]
[build-dependencies]
swift-bridge-build = "0.1.57"

View File

@@ -3,9 +3,6 @@ name = "connlib-client-shared"
version = "0.1.0"
edition = "2021"
[features]
mock = ["connlib-model/mock"]
[dependencies]
anyhow = "1.0.82"
backoff = { workspace = true }

View File

@@ -3,10 +3,6 @@ name = "connlib-model"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
mock = []
[dependencies]
boringtun = { workspace = true }
domain = { workspace = true }