File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676
7777 - name : Switch deps to crates.io versions
7878 run : |
79- sed -i 's|quanttide-agent = { path = ".*" }|quanttide-agent = "0.1"|' src/cli/ Cargo.toml
80- sed -i 's|quanttide-data-core = { path = ".*" }|quanttide-data-core = "0.1"|' src/cli/ Cargo.toml
79+ sed -i 's|quanttide-agent = { path = ".*" }|quanttide-agent = "0.1"|' Cargo.toml
80+ sed -i 's|quanttide-data-core = { path = ".*" }|quanttide-data-core = "0.1"|' Cargo.toml
8181
8282 - name : Publish qtcloud-data-cli
8383 run : cargo publish --allow-dirty --token ${{ secrets.CRATES_API_TOKEN }}
Original file line number Diff line number Diff line change 11[package ]
22name = " qtcloud-data-cli"
3- version = " 0.1.7 "
3+ version = " 0.1.8 "
44edition = " 2024"
55authors = [" QuantTide Inc. <opensource@quanttide.com>" ]
66description = " 量潮数据云 CLI"
You can’t perform that action at this time.
0 commit comments