-
Notifications
You must be signed in to change notification settings - Fork 506
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f80d47f
commit 81221a3
Showing
4 changed files
with
50 additions
and
50 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ members = [ | |
|
||
[workspace.package] | ||
rust-version = "1.83.0" | ||
version = "0.37.0" | ||
version = "0.38.0" | ||
edition = "2021" | ||
authors = ["Nautech Systems <[email protected]>"] | ||
description = "A high-performance algorithmic trading platform and event-driven backtester" | ||
|
@@ -65,7 +65,7 @@ thousands = "0.2.0" | |
toml = "0.8.19" | ||
tracing = "0.1.41" | ||
# Disable default feature "tracing-log" since it interferes with custom logging | ||
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["smallvec", "fmt", "ansi", "std", "env-filter"] } | ||
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["smallvec", "fmt", "ansi", "std", "env-filter"] } | ||
tokio = { version = "1.41.1", features = ["full"] } | ||
tokio-tungstenite = { version = "0.24.0", features = ["rustls-tls-native-roots"] } | ||
ustr = { version = "1.1.0", features = ["serde"] } | ||
|
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 @@ | ||
[tool.poetry] | ||
name = "nautilus_trader" | ||
version = "1.207.0" | ||
version = "1.208.0" | ||
description = "A high-performance algorithmic trading platform and event-driven backtester" | ||
authors = ["Nautech Systems <[email protected]>"] | ||
license = "LGPL-3.0-or-later" | ||
|
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 @@ | ||
{ | ||
"schemaVersion": 1, | ||
"label": "", | ||
"message": "v1.207.0", | ||
"message": "v1.208.0", | ||
"color": "orange" | ||
} |