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

Lock x11 to 2.0 instead of 2.0.0 #206

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.toml
Expand Up @@ -37,19 +37,19 @@ git = "https://github.com/servo/rust-glx"
git = "https://github.com/servo/rust-glx"

[target.i686-unknown-linux-gnu.dependencies.x11]
version = "2.0.0"
version = "2.0"
features = ["xlib"]

[target.x86_64-unknown-linux-gnu.dependencies.x11]
version = "2.0.0"
version = "2.0"
features = ["xlib"]

[target.arm-unknown-linux-gnueabihf.dependencies.x11]
version = "2.0.0"
version = "2.0"
features = ["xlib"]

[target.aarch64-unknown-linux-gnu.dependencies.x11]
version = "2.0.0"
version = "2.0"
features = ["xlib"]

[target.arm-linux-androideabi.dependencies.egl]
Expand Down