-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.20
- Loading branch information
Showing
3 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "apca" | ||
version = "0.27.2" | ||
version = "0.28.0" | ||
edition = "2021" | ||
rust-version = "1.63" | ||
authors = ["Daniel Mueller <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters