mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Adding cargo lock update
This commit is contained in:
parent
aa601be329
commit
5a75db1635
1 changed files with 8 additions and 0 deletions
8
components/servo/Cargo.lock
generated
8
components/servo/Cargo.lock
generated
|
@ -24,6 +24,7 @@ dependencies = [
|
|||
"net 0.0.1",
|
||||
"net_tests 0.0.1",
|
||||
"net_traits 0.0.1",
|
||||
"net_traits_tests 0.0.1",
|
||||
"offscreen_gl_context 0.1.0 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)",
|
||||
"profile 0.0.1",
|
||||
"profile_traits 0.0.1",
|
||||
|
@ -1231,6 +1232,13 @@ dependencies = [
|
|||
"util 0.0.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "net_traits_tests"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"net_traits 0.0.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "num"
|
||||
version = "0.1.27"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue