File tree 3 files changed +18
-10
lines changed
3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## Release 0.6.2
2
+
3
+ This release introduces support for serializing / deserializing XML-RPC structs that have
4
+ members with names that are reserved keywords in Rust (using the standard raw identifier
5
+ syntax).
6
+
7
+ The oldest supported Rust version was bumped to 1.67.0 to match the ` time ` crate.
8
+
1
9
## Release 0.6.1
2
10
3
11
This release slightly improves interoperability with other XML-RPC implementations.
Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ members = [
9
9
resolver = " 2"
10
10
11
11
[workspace .package ]
12
- version = " 0.6.1 "
12
+ version = " 0.6.2 "
13
13
edition = " 2021"
14
14
rust-version = " 1.67.0"
15
15
license = " MIT OR Apache-2.0"
16
16
authors = [" Fabio Valentini <decathorpe@gmail.com>" ]
17
17
repository = " https://github.com/ironthree/dxr"
18
18
19
19
[workspace .dependencies ]
20
- dxr = { path = " ./dxr" , version = " 0.6.1 " }
21
- dxr_derive = { path = " ./dxr_derive" , version = " 0.6.1 " }
22
- dxr_client = { path = " ./dxr_client" , version = " 0.6.1 " }
23
- dxr_server = { path = " ./dxr_server" , version = " 0.6.1 " }
20
+ dxr = { path = " ./dxr" , version = " 0.6.2 " }
21
+ dxr_derive = { path = " ./dxr_derive" , version = " 0.6.2 " }
22
+ dxr_client = { path = " ./dxr_client" , version = " 0.6.2 " }
23
+ dxr_server = { path = " ./dxr_server" , version = " 0.6.2 " }
24
24
25
25
[profile .release ]
26
26
codegen-units = 1
You can’t perform that action at this time.
0 commit comments