Skip to content

Commit

Permalink
🔥 zv: Drop dev dependency on glib
Browse files Browse the repository at this point in the history
I believe our own tests combined with fuzzing in the CI, is more
than enough testing for gvariant encoding/decoding. So let's avoid the
complexity of depending on a system library (even if it's only a
dev-dep).
  • Loading branch information
zeenix committed Dec 23, 2024
1 parent 279b7a7 commit d5df7fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 302 deletions.
136 changes: 0 additions & 136 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions zvariant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ camino = { version = "1.1.9", optional = true }
[dev-dependencies]
serde_json = "1.0.116"
serde_repr = "0.1.19"
# If you want to avoid compiling glib even when compiling tests or examples, comment out the glib
# dev-dependency. Dev-dependencies can't be made optional, and hence can't be disabled with a
# feature so you have to do it manually. Also, don't enable the gvariant default feature.
glib = "0.20.0"
rand = "0.8.5"
criterion = "0.5.1"
chrono = { version = "0.4.38", features = [
Expand Down
Loading

0 comments on commit d5df7fd

Please sign in to comment.