Skip to content

Commit

Permalink
Updates to use the master branch of fluidex-common. (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
silathdiir authored Jul 22, 2021
1 parent eba6793 commit 3b80a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -14,7 +14,7 @@ chrono = { version = "0.4.19", features = [ "serde" ] }
config_rs = { package = "config", version = "0.10.1" }
crossbeam-channel = "0.5.0"
dotenv = "0.15.0"
fluidex-common = { git = "https://github.com/Fluidex/common-rs", branch = "dev", features = [ "kafka", "rust-decimal-dingir-exchange" ] }
fluidex-common = { git = "https://github.com/Fluidex/common-rs", branch = "master", features = [ "kafka", "rust-decimal-dingir-exchange" ] }
futures = "0.3.13"
futures-channel = "0.3.13"
futures-core = { version = "0.3.13", default-features = false }
Expand Down

0 comments on commit 3b80a00

Please sign in to comment.