Skip to content

Commit

Permalink
bump api version
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Feb 8, 2021
1 parent bd8f9ed commit 226ba19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
Expand Up @@ -17,7 +17,7 @@ members = [
]

[dependencies]
tickrs-api = { path = "api/", version = "0.9.0" }
tickrs-api = { path = "api/", version = "0.10.0" }

anyhow = "1.0"
crossbeam-channel = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tickrs-api"
version = "0.9.1"
version = "0.10.0"
authors = ["tarkah <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 226ba19

Please sign in to comment.