Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed Mar 31, 2024
1 parent 92bc2fd commit a36c999
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand All @@ -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"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a36c999

Please sign in to comment.