Skip to content

Commit

Permalink
Hide binlog behind a feature
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed Oct 24, 2023
1 parent 439fec4 commit 829774f
Show file tree
Hide file tree
Showing 7 changed files with 462 additions and 431 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ default = [
"mysql_common/frunk",
"derive",
"native-tls-tls",
"binlog",
]
default-rustls = [
"flate2/rust_backend",
Expand All @@ -94,6 +95,7 @@ default-rustls = [
"mysql_common/frunk",
"derive",
"rustls-tls",
"binlog",
]
minimal = ["flate2/zlib"]
native-tls-tls = ["native-tls", "tokio-native-tls"]
Expand All @@ -107,6 +109,7 @@ rustls-tls = [
tracing = ["dep:tracing"]
derive = ["mysql_common/derive"]
nightly = []
binlog = []

[lib]
name = "mysql_async"
Expand Down
120 changes: 0 additions & 120 deletions src/conn/binlog_stream.rs

This file was deleted.

Loading

0 comments on commit 829774f

Please sign in to comment.