Skip to content

Commit

Permalink
Make the "api" feature of wholesym off by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstange committed Feb 12, 2024
1 parent 0c7e3a3 commit 6e2aedb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rand = "0.8.4"
nix-base32 = "0.1.1"
serde_derive = "1.0.137"
serde = "1.0.137"
wholesym = { version = "0.4.0", path = "../wholesym" }
wholesym = { version = "0.4.0", path = "../wholesym", features = ["api"]}
dirs = "5.0.0"
once_cell = "1.17"
fxhash = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion wholesym/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
keywords = ["symbols", "profiling", "addr2line", "debuginfo"]

[features]
default = ["api"]
default = []
# Enable the JSON API interface.
api = ["samply-api"]

Expand Down

0 comments on commit 6e2aedb

Please sign in to comment.