Skip to content

Commit

Permalink
cargo publish 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yutiansut authored and yutiansut committed Dec 27, 2021
1 parent dc24be1 commit 6f2781a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
19 changes: 1 addition & 18 deletions qapro-rs/Cargo.lock

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

10 changes: 5 additions & 5 deletions qapro-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ license = "MIT"
homepage ="https://github.com/yutiansut/quantaxis"
repository="https://github.com/quantaxis/quantaxis"
[dependencies]
serde_json = "*"
serde_json = "1.0.73"
serde_derive = "1.0"
serde = { version = "1.0", features = ["derive"] } # 序列化

stopwatch = "*"
stopwatch = "0.0.7"


uuid = { version = "0.8", features = ["serde", "v1", "v4"] }
Expand Down Expand Up @@ -47,7 +47,7 @@ futures="0.3.5"
futures-executor = "^0.3"
futures-test = "^0.3"
futures-util = "^0.3"
async-trait= "*"
async-trait= "0.1.52"
chrono-tz= { version = "0.5.3", features = ["serde"] }

chrono = "0.4.19"
Expand All @@ -63,7 +63,7 @@ version = "0.18.0"
#rev = "263754ab46e7d281fc9e072f909baa2405b4093d"
features = [
"zip_with",
"simd",

"strings",
"random",
"object",
Expand Down Expand Up @@ -98,7 +98,7 @@ features = [
"parquet",

]

# "simd",
# "ewma",
# "dynamic_groupby",
# "horizontal_concat",
Expand Down

0 comments on commit 6f2781a

Please sign in to comment.