mirror of
https://github.com/servo/servo.git
synced 2025-09-06 21:18:20 +01:00
Bump ipc-channel and bincode
This required bumping uuid too which unfortunately duplicated rand.
This commit is contained in:
parent
5b575e3647
commit
570d865065
34 changed files with 152 additions and 107 deletions
|
@ -29,6 +29,7 @@ rand = [
|
|||
"tempfile",
|
||||
"uuid",
|
||||
"ws",
|
||||
"rand",
|
||||
]
|
||||
num = [
|
||||
"chrono",
|
||||
|
@ -44,6 +45,7 @@ packages = [
|
|||
"quote",
|
||||
"unicode-xid",
|
||||
"log",
|
||||
"rand"
|
||||
]
|
||||
# Files that are ignored for all tidy and lint checks.
|
||||
files = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue