influxdb/tokio_metrics_bridge
Dom Dwyer 3a8d234b1c
build: optional tokio_unstable support
This makes using the tokio_unstable feature optional - the build
configuration defines what is enabled, rather than the other way around.

By default, and for prod builds and users who have not set a RUSTFLAGS,
the tokio_unstable is enabled and this is leveraged to provide the
metrics exposed by the flag. For builds where tokio_unstable is not
enabled, these metrics are not included, without causing a compilation
error.

CI will against the flag-enabled/prod code by virtue of being the
default.
2023-07-03 15:28:59 +02:00
..
src build: optional tokio_unstable support 2023-07-03 15:28:59 +02:00
Cargo.toml chore(deps): Bump tokio from 1.29.0 to 1.29.1 (#8117) 2023-06-30 09:25:57 +00:00