Skip to content

Commit

Permalink
fix ci (#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Jul 23, 2024
1 parent 406e31b commit 57bcd59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ temp-env = "0.3.6"
thiserror = { version = "1", default-features = false }
tonic = { version = "0.12", default-features = false }
tonic-build = "0.12"
tokio = { version = "1", default-features = false }
tokio = { version = "~1.38.0", default-features = false } #1.39 needs msrv bump to rustc 1.70
tokio-stream = "0.1.1"
tracing = { version = "0.1", default-features = false }
tracing-core = { version = "0.1", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions opentelemetry-sdk/src/trace/sampler/jaeger_remote/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
mod rate_limit;
#[allow(dead_code)]
mod remote;
mod sampler;
mod sampling_strategy;
Expand Down

0 comments on commit 57bcd59

Please sign in to comment.