File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## 0.5.3 - 2023-12-02
6
+
7
+ - Update axum
8
+ - Remove Cargo.lock
9
+ - Use edition 2021 resolver
10
+ - Fix clippy
11
+ - Update autogenerated files
12
+
1
13
## 0.5.2
2
14
3
15
- Add ` openrpc_specification() ` method to RpcServer trait
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " yerpc_derive"
3
- version = " 0.5.2 "
3
+ version = " 0.5.3 "
4
4
edition = " 2018"
5
5
description = " Proc macros for yerpc"
6
6
license = " Apache-2.0/MIT"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " yerpc"
3
- version = " 0.5.2 "
3
+ version = " 0.5.3 "
4
4
edition = " 2021"
5
5
license = " Apache-2.0/MIT"
6
6
repository = " https://github.com/deltachat/yerpc"
You can’t perform that action at this time.
0 commit comments