Skip to content

Commit

Permalink
0.4.1: public limit,market api
Browse files Browse the repository at this point in the history
  • Loading branch information
inv2004 committed Jul 17, 2019
1 parent a236411 commit 8894365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coinbase-pro-rs"
version = "0.4.0"
version = "0.4.1"
authors = ["ae <inv2004@gmail.com>"]
repository = "https://github.com/inv2004/coinbase-pro-rs"
description = "Coinbase pro client for Rust"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Supports SYNC/ASYNC/Websocket-feed data support
Cargo.toml:
```toml
[dependencies]
coinbase-pro-rs = "0.4.0"
coinbase-pro-rs = "0.4.1"
```

### Async
Expand Down

0 comments on commit 8894365

Please sign in to comment.