Bump rxml to 0.14.0

This commit is contained in:
Jonas Schäfer 2025-09-28 09:40:44 +02:00
commit bb02836097
10 changed files with 53 additions and 32 deletions

View file

@ -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]

View file

@ -59,7 +59,7 @@ mod tests {
#[cfg(target_pointer_width = "64")]
#[test]
fn test_size() {
assert_size!(JingleMI, 144);
assert_size!(JingleMI, 136);
}
#[test]

View file

@ -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]