From a36c999e2a1937d555a9f657d501ac2f9ad3f5e6 Mon Sep 17 00:00:00 2001 From: Spencer Ferris <3319370+spencewenski@users.noreply.github.com> Date: Sat, 30 Mar 2024 21:34:14 -0700 Subject: [PATCH] Minor changes --- Cargo.toml | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 588992c6..e24356e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,6 +45,7 @@ bb8 = { version = "0.8.3", optional = true } num_cpus = { version = "1.16.0", optional = true } # Rust async +# Todo: minimize tokio features included in `roadster` tokio = { version = "1.35.1", features = ["full", "macros"] } # For CancellationToken tokio-util = { version = "0.7.10" } @@ -57,7 +58,6 @@ serde_derive = "1.0.197" serde_with = { version = "3.7.0", features = ["macros", "chrono_0_4"] } strum = "0.26.1" strum_macros = "0.26.1" -# Todo: minimize tokio features included in `roadster` itertools = "0.12.1" serde_json = "1.0.114" toml = "0.8.12" diff --git a/README.md b/README.md index c42fd570..b80bf5f9 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,6 @@ Another option to view traces (and metrics) locally is to run [Signoz](https://s your `config/development.toml` or `config/test.toml` configs as appropriate. 2. Install and run Signoz in a directory of your choice ```shell - cd ~/code/ # Clone the repo git clone -b main https://github.com/SigNoz/signoz.git && cd signoz/deploy/ # Remove the sample application: https://signoz.io/docs/operate/docker-standalone/#remove-the-sample-application-from-signoz-dashboard