Skip to content

Commit

Permalink
remove all in-memory transports from default
Browse files Browse the repository at this point in the history
# Conflicts:
#	Cargo.toml
  • Loading branch information
rklaehn committed Nov 5, 2024
1 parent 03f97ab commit f10a4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ hyper-transport = ["dep:flume", "dep:hyper", "dep:bincode", "dep:bytes", "dep:to
quinn-transport = ["dep:flume", "dep:quinn", "dep:bincode", "dep:tokio-serde", "dep:tokio-util"]
flume-transport = ["dep:flume"]
macros = []
default = ["flume-transport", "quinn-transport"]
default = ["flume-transport"]

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit f10a4d6

Please sign in to comment.