-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade uuid crate to version 1; bump our version to 0.4.0
- Loading branch information
1 parent
8257d06
commit df8b4cf
Showing
3 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "mysql_binlog" | ||
version = "0.3.2" | ||
version = "0.4.0" | ||
authors = ["James Brown <[email protected]>"] | ||
description = "Parser for the MySQL binlog format" | ||
documentation = "https://docs.rs/mysql_binlog" | ||
|
@@ -12,7 +12,7 @@ edition = "2018" | |
|
||
[dependencies] | ||
byteorder = "1" | ||
uuid = "0.8" | ||
uuid = "1" | ||
base64 = "0.13" | ||
thiserror = "1.0" | ||
serde_json = "1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters