Commit b6a0c73
committed
Bump version to 0.28.0
This change bumps the crate to version 0.28.0. The following notable
changes have been made since 0.27.2:
- Removed ApiError::code member after endpoint reported errors stopped
returning it
- Renamed AuthenticationFailed variant of endpoint errors to
NotPermitted
- This variant is now used to signal a multitude of conditions,
including certain order submission issues
- Bumped minimum supported Rust version to 1.63
- Bumped websocket-util dependency to 0.12
- Bumped tokio-tungstenite dependency to 0.201 parent dd61af1 commit b6a0c73
3 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
0 commit comments