-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert influx lib upgrade; Influx smoke test before listening on http…
… port. (#307)
- Loading branch information
Showing
5 changed files
with
27 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,14 @@ authors = ["David Laban <[email protected]>"] | |
edition = "2021" | ||
publish = false | ||
|
||
# Make a new workspace so that we get our own Cargo.lock and target dir for the docker build. | ||
# Make a new workspace so that we get our own Cargo.lock and target dir for the docker build. | ||
[workspace] | ||
|
||
[dependencies] | ||
tokio = { version = "1", features = ["rt-multi-thread", "macros"] } | ||
axum = "0.7" | ||
influxrs = { version = "3", features = ["client"] } | ||
# FIXME: revert back to using crates.io once https://github.com/ijagberg/influx/pull/5 is released | ||
influxrs = { git = "https://github.com/alsuren/influxrs", rev = "bc037531ef31e0a19014556120ecdd151427561b" } | ||
|
||
[profile.release] | ||
lto = "thin" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters