Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed", branch = "main" }

[dependencies]
# Don't increase beyond what Firefox is currently using: https://searchfox.org/mozilla-central/source/Cargo.lock
libc = { version = "0.2", default-features = false }
libc = { version = "0.2.160", default-features = false }
Comment on lines 24 to +25
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These lines are at odds with each other, as mozilla-central currently depends on libc v0.2.158. We will need to bump mozilla-central's libc version before we can merge here.

https://searchfox.org/mozilla-central/rev/d4235354139ae0da3b15b89943b140b510a74f2f/Cargo.lock#3533-3537

static_assertions = { version = "1.1", default-features = false }

[target.'cfg(windows)'.dependencies]
Expand Down
Loading