Skip to content

Commit

Permalink
bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wil Boayue committed May 21, 2024
1 parent 876af7e commit 463daf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibapi"
version = "0.4.2"
version = "0.4.3"
edition = "2021"
authors = ["Wil Boayue <[email protected]>"]
description = "A synchronous implementation of the Interactive Brokers TWS API."
Expand Down
2 changes: 1 addition & 1 deletion src/contracts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub enum SecurityType {
/// Mutual fund
MutualFund,
/// Crypto currency
Crypto
Crypto,
}

impl ToField for SecurityType {
Expand Down
2 changes: 1 addition & 1 deletion src/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ pub fn request_id_index(kind: IncomingMessages) -> Option<usize> {
_ => {
error!("could not determine request id index for {kind:?}");
None
},
}
}
}

Expand Down

0 comments on commit 463daf9

Please sign in to comment.