Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Dec 1, 2021
1 parent df455cc commit 0074edb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustdx"
version = "0.2.4"
version = "0.2.5"
edition = "2018"
license = "MIT"
description = "受 pytdx 启发的 A 股数据获取库"
Expand Down
2 changes: 1 addition & 1 deletion rustdx-cmd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ simplelog = {version ="0.10", optional = true}
miniz_oxide = {version ="0.4", optional = true}

[dependencies.rustdx]
version = "0.2.4"
version = "0.2.5"
optional = true
path = "../"
default-features = false
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/rustdx/0.2.4")]
#![doc(html_root_url = "https://docs.rs/rustdx/0.2.5")]
#![cfg_attr(docsrs, feature(doc_cfg))]
// #![feature(test)]
// extern crate test;
Expand Down

0 comments on commit 0074edb

Please sign in to comment.