We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f127e commit 7fc6dcfCopy full SHA for 7fc6dcf
1 file changed
tinybytes/Cargo.toml
@@ -19,9 +19,7 @@ tinybytes = { path = ".", features = ["bytes_string", "serialization"] }
19
20
[dependencies]
21
serde = { version = "1.0.209", optional = true }
22
-#datadog-ipc = { path = "../ipc", optional = true }
23
24
[features]
25
bytes_string = []
26
serialization = ["serde"]
27
-#ipc = ["datadog-ipc"]
0 commit comments