1
1
version bump: 0.4.0 -> (breaking) -> 0.4.1
2
2
error: breaking changes in `<old::decode::Error as std::convert::From<rmp::decode::MarkerReadError>>`
3
- --> rmpv-0.4.0/ src/ decode/ mod.rs:60:1
3
+ --> rmpv-0.4.0\ src\ decode\ mod.rs:60:1
4
4
|
5
5
60 | / impl From<MarkerReadError> for Error {
6
6
61 | | fn from(err: MarkerReadError) -> Error {
@@ -12,7 +12,7 @@ error: breaking changes in `<old::decode::Error as std::convert::From<rmp::decod
12
12
= warning: trait impl specialized or removed (breaking)
13
13
14
14
error: breaking changes in `<old::decode::Error as std::convert::From<rmp::decode::ValueReadError>>`
15
- --> rmpv-0.4.0/ src/ decode/ mod.rs:66:1
15
+ --> rmpv-0.4.0\ src\ decode\ mod.rs:66:1
16
16
|
17
17
66 | / impl From<ValueReadError> for Error {
18
18
67 | | fn from(err: ValueReadError) -> Error {
@@ -26,7 +26,7 @@ error: breaking changes in `<old::decode::Error as std::convert::From<rmp::decod
26
26
= warning: trait impl specialized or removed (breaking)
27
27
28
28
error: breaking changes in `write_value`
29
- --> rmpv-0.4.1/ src/ encode/ value.rs:15:1
29
+ --> rmpv-0.4.1\ src\ encode\ value.rs:15:1
30
30
|
31
31
15 | / pub fn write_value<W>(wr: &mut W, val: &Value) -> Result<(), Error>
32
32
16 | | where W: Write
@@ -40,7 +40,7 @@ error: breaking changes in `write_value`
40
40
= warning: type error: expected enum `old::encode::Error`, found enum `new::encode::Error` (breaking)
41
41
42
42
error: breaking changes in `write_value_ref`
43
- --> rmpv-0.4.1/ src/ encode/ value_ref.rs:27:1
43
+ --> rmpv-0.4.1\ src\ encode\ value_ref.rs:27:1
44
44
|
45
45
27 | / pub fn write_value_ref<W>(wr: &mut W, val: &ValueRef) -> Result<(), Error>
46
46
28 | | where W: Write
@@ -54,7 +54,7 @@ error: breaking changes in `write_value_ref`
54
54
= warning: type error: expected enum `old::encode::Error`, found enum `new::encode::Error` (breaking)
55
55
56
56
warning: technically breaking changes in `as_ref`
57
- --> rmpv-0.4.1/ src/ lib.rs:253:5
57
+ --> rmpv-0.4.1\ src\ lib.rs:253:5
58
58
|
59
59
253 | / pub fn as_ref(&self) -> Utf8StringRef {
60
60
254 | | match self.s {
@@ -67,7 +67,7 @@ warning: technically breaking changes in `as_ref`
67
67
= note: added item in inherent impl (technically breaking)
68
68
69
69
warning: technically breaking changes in `as_ref`
70
- --> rmpv-0.4.1/ src/ lib.rs:448:5
70
+ --> rmpv-0.4.1\ src\ lib.rs:448:5
71
71
|
72
72
448 | / pub fn as_ref(&self) -> ValueRef {
73
73
449 | | match self {
@@ -81,7 +81,7 @@ warning: technically breaking changes in `as_ref`
81
81
= note: added item in inherent impl (technically breaking)
82
82
83
83
warning: technically breaking changes in `<new::decode::Error as std::convert::From<rmp::decode::MarkerReadError>>`
84
- --> rmpv-0.4.1/ src/ decode/ mod.rs:60:1
84
+ --> rmpv-0.4.1\ src\ decode\ mod.rs:60:1
85
85
|
86
86
60 | / impl From<MarkerReadError> for Error {
87
87
61 | | fn from(err: MarkerReadError) -> Error {
@@ -93,7 +93,7 @@ warning: technically breaking changes in `<new::decode::Error as std::convert::F
93
93
= note: trait impl generalized or newly added (technically breaking)
94
94
95
95
warning: technically breaking changes in `<new::decode::Error as std::convert::From<rmp::decode::ValueReadError>>`
96
- --> rmpv-0.4.1/ src/ decode/ mod.rs:66:1
96
+ --> rmpv-0.4.1\ src\ decode\ mod.rs:66:1
97
97
|
98
98
66 | / impl From<ValueReadError> for Error {
99
99
67 | | fn from(err: ValueReadError) -> Error {
0 commit comments