Skip to content

Commit bc07858

Browse files
Rename feature to tracing-span-filter
1 parent 7f219c7 commit bc07858

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ rust-version = "1.76.0"
1010
[[example]]
1111
name = "tracing"
1212
path = "examples/tracing.rs"
13-
required-features = ["span-filter"]
13+
required-features = ["tracing-span-filter"]
1414

1515
[features]
16-
default = ["http_server", "rand", "uuid", "span-filter"]
16+
default = ["http_server", "rand", "uuid", "tracing-span-filter"]
1717
hyper = ["dep:hyper", "http-body-util", "restate-sdk-shared-core/http"]
1818
http_server = ["hyper", "hyper/server", "hyper/http2", "hyper-util", "tokio/net", "tokio/signal", "tokio/macros"]
19-
span-filter = ["dep:tracing-subscriber"]
19+
tracing-span-filter = ["dep:tracing-subscriber"]
2020

2121
[dependencies]
2222
bytes = "1.6.1"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ pub mod service;
220220
pub mod context;
221221
pub mod discovery;
222222
pub mod errors;
223-
#[cfg(feature = "span-filter")]
223+
#[cfg(feature = "tracing-span-filter")]
224224
pub mod filter;
225225
#[cfg(feature = "http_server")]
226226
pub mod http_server;

0 commit comments

Comments
 (0)