mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Bump serde to 1.0
This commit is contained in:
parent
e1bce24129
commit
76d8573393
60 changed files with 487 additions and 474 deletions
|
@ -14,10 +14,10 @@ bitflags = "0.7"
|
|||
heapsize = "0.4"
|
||||
heapsize_derive = "0.1"
|
||||
hyper = "0.10"
|
||||
hyper_serde = "0.6"
|
||||
ipc-channel = "0.7"
|
||||
hyper_serde = "0.7"
|
||||
ipc-channel = "0.8"
|
||||
msg = {path = "../msg"}
|
||||
serde = "0.9"
|
||||
serde_derive = "0.9"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
servo_url = {path = "../url"}
|
||||
time = "0.1"
|
||||
|
|
|
@ -43,8 +43,8 @@ pub struct DevtoolsPageInfo {
|
|||
#[derive(Debug, Deserialize, HeapSizeOf, Serialize, Clone)]
|
||||
pub struct CSSError {
|
||||
pub filename: String,
|
||||
pub line: usize,
|
||||
pub column: usize,
|
||||
pub line: u32,
|
||||
pub column: u32,
|
||||
pub msg: String
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue