Skip to content

Commit

Permalink
Version update (crypto-botters v0.4.3, generic-api-client v0.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
negi-grass committed Feb 28, 2023
1 parent 243b357 commit c801915
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "crypto-botters"
version = "0.4.2"
version = "0.4.3"
authors = ["negi_grass"]
edition = "2021"
description = "A crate for interacting with various cryptocurrency exchanges."
Expand Down Expand Up @@ -33,7 +33,7 @@ rustls-tls-native-roots = ["generic-api-client/rustls-tls-native-roots"]
rustls-tls-webpki-roots = ["generic-api-client/rustls-tls-webpki-roots"]

[dependencies]
generic-api-client = { version = "0.1", path = "generic-api-client" }
generic-api-client = { version = "0.2", path = "generic-api-client" }
crypto-botters-api = { version = "0.1", path = "crypto-botters-api" }
crypto-botters-binance = { version = "0.3", path = "crypto-botters-binance", optional = true }
crypto-botters-bitflyer = { version = "0.3", path = "crypto-botters-bitflyer", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crypto-botters-binance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["cryptocurrency", "binance", "trading", "client", "websocket"]
categories = ["api-bindings", "asynchronous", "cryptography::cryptocurrencies", "authentication"]

[dependencies]
generic-api-client = { version = "0.1", path = "../generic-api-client" }
generic-api-client = { version = "0.2", path = "../generic-api-client" }
crypto-botters-api = { version = "0.1", path = "../crypto-botters-api" }
serde = { version = "1.0.151", features = ["derive"] }
serde_urlencoded = "0.7.1"
Expand Down
2 changes: 1 addition & 1 deletion crypto-botters-bitflyer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["cryptocurrency", "bitFlyer", "trading", "client", "websocket"]
categories = ["api-bindings", "asynchronous", "cryptography::cryptocurrencies", "authentication"]

[dependencies]
generic-api-client = { version = "0.1", path = "../generic-api-client" }
generic-api-client = { version = "0.2", path = "../generic-api-client" }
crypto-botters-api = { version = "0.1", path = "../crypto-botters-api" }
serde = { version = "1.0.151", features = ["derive"] }
serde_json = "1.0.93"
Expand Down
2 changes: 1 addition & 1 deletion crypto-botters-bybit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["cryptocurrency", "Bybit", "trading", "client", "websocket"]
categories = ["api-bindings", "asynchronous", "cryptography::cryptocurrencies", "authentication"]

[dependencies]
generic-api-client = { version = "0.1", path = "../generic-api-client" }
generic-api-client = { version = "0.2", path = "../generic-api-client" }
crypto-botters-api = { version = "0.1", path = "../crypto-botters-api" }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
Expand Down
2 changes: 1 addition & 1 deletion crypto-botters-coincheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["cryptocurrency", "coincheck", "trading", "client", "websocket"]
categories = ["api-bindings", "asynchronous", "cryptography::cryptocurrencies", "authentication"]

[dependencies]
generic-api-client = { version = "0.1", path = "../generic-api-client" }
generic-api-client = { version = "0.2", path = "../generic-api-client" }
crypto-botters-api = { version = "0.1", path = "../crypto-botters-api" }
serde = { version = "1.0.151", features = ["derive"] }
serde_json = "1.0.93"
Expand Down
2 changes: 1 addition & 1 deletion generic-api-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "generic-api-client"
version = "0.1.4"
version = "0.2.0"
authors = ["negi_grass"]
edition = "2021"
description = "A client for HTTP/HTTPS/WebSocket APIs."
Expand Down

0 comments on commit c801915

Please sign in to comment.