mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Switch to immeta fork to remove arrayvec dupe
This commit is contained in:
parent
3088e1b8f9
commit
31749642d2
2 changed files with 5 additions and 13 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
@ -151,15 +151,6 @@ version = "0.3.6"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
||||
|
||||
[[package]]
|
||||
name = "arrayvec"
|
||||
version = "0.4.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
|
||||
dependencies = [
|
||||
"nodrop",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrayvec"
|
||||
version = "0.5.1"
|
||||
|
@ -2885,11 +2876,10 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "immeta"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7371aa3c98fad60de2d9b517e2e1ed45593c32b0c77249310fa507749a2a318b"
|
||||
version = "0.4.1"
|
||||
source = "git+https://github.com/fabricedesre/immeta.git#7f08e1bd465078baedfb37269aea1612af9bfd5f"
|
||||
dependencies = [
|
||||
"arrayvec 0.4.12",
|
||||
"arrayvec 0.7.1",
|
||||
"byteorder",
|
||||
"num-traits",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue