Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Data-collector: Switch back to main branch for kiln_lib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Murphy authored and DanHatesNumbers committed Mar 22, 2021
1 parent ce50508 commit 59fec05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-collector/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 data-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ thiserror = "1"
bytes = "1"
futures = "0.3"
http = "0.2"
kiln_lib = { git = "https://github.com/simplybusiness/Kiln", features = [ "web", "avro", "streaming", "log",], branch = "kiln-lib-actix-update" }
kiln_lib = { git = "https://github.com/simplybusiness/Kiln", features = [ "web", "avro", "streaming", "log",], branch = "main" }
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive",] }
avro-rs = "0.13"
Expand Down

0 comments on commit 59fec05

Please sign in to comment.