Skip to content

Commit 18da3e0

Browse files
jakubkulhanclaude
andcommitted
Update mysql-binlog-connector-rust to use upstream repository
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 31e7477 commit 18da3e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

data-access-kit-replication/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data-access-kit-replication/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99
[dependencies]
1010
ext-php-rs = "0.14.2"
1111
mysql_async = { version = "0.33", default-features = false, features = ["minimal"] }
12-
mysql-binlog-connector-rust = { git = "https://github.com/jakubkulhan/mysql-binlog-connector-rust", branch = "fix-enum-set-metadata" }
12+
mysql-binlog-connector-rust = { git = "https://github.com/apecloud/mysql-binlog-connector-rust" }
1313
tokio = { version = "1.0", default-features = false, features = ["rt", "net", "io-util"] }
1414
url = "2.5"
1515
rand = "0.8"

0 commit comments

Comments
 (0)