Skip to content

Commit

Permalink
Revert "Bump dep influrs for stats-server to 3.0 (#303)"
Browse files Browse the repository at this point in the history
This reverts commit 525e32b.
  • Loading branch information
alsuren committed Oct 1, 2024
1 parent 2fcb87c commit 0d13db5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
21 changes: 10 additions & 11 deletions stats-server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions stats-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0d13db5

Please sign in to comment.