Bump rxml to 0.14.0
This commit is contained in:
parent
954efd2673
commit
bb02836097
10 changed files with 53 additions and 32 deletions
|
|
@ -399,8 +399,8 @@ mod tests {
|
|||
#[test]
|
||||
fn test_size() {
|
||||
assert_size!(IqHeader, 88);
|
||||
assert_size!(IqPayload, 216);
|
||||
assert_size!(Iq, 424);
|
||||
assert_size!(IqPayload, 208);
|
||||
assert_size!(Iq, 408);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ mod tests {
|
|||
#[cfg(target_pointer_width = "64")]
|
||||
#[test]
|
||||
fn test_size() {
|
||||
assert_size!(JingleMI, 144);
|
||||
assert_size!(JingleMI, 136);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
|
|
@ -303,7 +303,7 @@ mod tests {
|
|||
fn test_size() {
|
||||
assert_size!(ErrorType, 1);
|
||||
assert_size!(DefinedCondition, 32);
|
||||
assert_size!(StanzaError, 216);
|
||||
assert_size!(StanzaError, 208);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue