Skip to content

Commit

Permalink
Merge pull request #1184 from zeenix/rm-glib-dep
Browse files Browse the repository at this point in the history
🔥 zv: Drop dev dependency on glib
  • Loading branch information
zeenix authored Dec 24, 2024
2 parents a953251 + 4605513 commit 85eba50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 396 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 85eba50

Please sign in to comment.