mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Replace astersisks with appropriate versions in deps
This commit is contained in:
parent
75e14e80cd
commit
0baa6b477c
22 changed files with 70 additions and 70 deletions
|
@ -13,9 +13,9 @@ headless = ["glutin/headless"]
|
|||
|
||||
[dependencies]
|
||||
time = "0.1.12"
|
||||
bitflags = "*"
|
||||
libc = "*"
|
||||
url = "*"
|
||||
bitflags = "0.3"
|
||||
libc = "0.1"
|
||||
url = "0.2"
|
||||
gleam = "0.1"
|
||||
euclid = "0.1"
|
||||
|
||||
|
@ -42,13 +42,13 @@ git = "https://github.com/servo/glutin"
|
|||
branch = "servo"
|
||||
|
||||
[target.i686-unknown-linux-gnu.dependencies]
|
||||
x11 = "*"
|
||||
x11 = "1.1"
|
||||
|
||||
[target.x86_64-unknown-linux-gnu.dependencies]
|
||||
x11 = "*"
|
||||
x11 = "1.1"
|
||||
|
||||
[target.arm-unknown-linux-gnueabihf.dependencies]
|
||||
x11 = "*"
|
||||
x11 = "1.1"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies]
|
||||
cgl = "0.1"
|
||||
|
|
|
@ -49,10 +49,10 @@ path = "../../components/util"
|
|||
git = "https://github.com/servo/rust-egl"
|
||||
|
||||
[dependencies]
|
||||
env_logger = "*"
|
||||
env_logger = "0.3"
|
||||
url = "0.2.16"
|
||||
time = "0.1.17"
|
||||
errno = "*"
|
||||
libc = "*"
|
||||
errno = "0.1"
|
||||
libc = "0.1"
|
||||
euclid = "0.1"
|
||||
gleam = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue