Skip to content

Commit

Permalink
Bump core versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Mar 31, 2023
1 parent daa7b66 commit edc5caf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions nautilus_core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions nautilus_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ members = [

[workspace.package]
rust-version = "1.68.2"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Nautech Systems <[email protected]>"]
description = "A high-performance algorithmic trading platform and event-driven backtester"
documentation = "https://docs.nautilustrader.io"

[workspace.dependencies]
chrono = "0.4.22"
chrono = "0.4.24"
log = "0.4.17"
pyo3 = "0.18.2"
pyo3-macros = "0.18.2"
Expand All @@ -26,14 +26,14 @@ rust-fsm = "0.6.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = { version = "0.24.1", features = ["derive"] }
thiserror = "1.0.38"
uuid = { version = "1.2.2", features = ["v4"] }
thiserror = "1.0.40"
uuid = { version = "1.3.0", features = ["v4"] }

# dev-dependencies
criterion = "0.4.0"
iai = "0.1"
rstest = "0.16.0"
tempfile = "3.4.0"
rstest = "0.17.0"
tempfile = "3.5.0"

# build-dependencies
cbindgen = "0.24.3"
Expand Down

0 comments on commit edc5caf

Please sign in to comment.