mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -35,14 +35,14 @@ features = [ "serde_serialization" ]
|
|||
git = "https://github.com/pcwalton/ipc-channel"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "*"
|
||||
bitflags = "0.3"
|
||||
rustc-serialize = "0.3.4"
|
||||
euclid = "0.1"
|
||||
serde = "*"
|
||||
serde_macros = "*"
|
||||
serde = "0.4"
|
||||
serde_macros = "0.4"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies]
|
||||
core-foundation = "*"
|
||||
core-foundation = "0.1"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies.io-surface]
|
||||
git = "https://github.com/servo/io-surface-rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue