Skip to content

Commit cdfc26e

Browse files
mzrfacebook-github-bot
authored andcommitted
patched mysql_async v0.27.1 with features passed to mio (#24)
Summary: Pull Request resolved: #24 Pull Request resolved: facebook/sapling#114 Pull Request resolved: facebookexperimental/rust-shed#30 mysql_async 0.27.1 by itself doesn't enable necessary features on mio. Let's add it as a dummy dependency so we can enable these features manually. This results in edenfs, eden_scm and mononoke builds fail on GH: https://github.com/facebookexperimental/eden/runs/5221114887?check_suite_focus=true https://github.com/facebookexperimental/eden/runs/5221114892?check_suite_focus=true https://github.com/facebookexperimental/eden/runs/5221114891?check_suite_focus=true https://github.com/facebookexperimental/eden/runs/5221114960?check_suite_focus=true Reviewed By: ahornby Differential Revision: D34309906 fbshipit-source-id: 14b4cae6028a2c065400eb7bc6aec657b1b87de2
1 parent 079230f commit cdfc26e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fb303/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[patch.crates-io]
22
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }
33
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "033ebaae69beeb0ac04e8c35d6ff1103487bd9a3" }
4+
mysql_async = { git = "https://github.com/mzr/mysql_async", rev = "76b6fa05d7bb3408402033e6f94042a756ab55ab" }
45
prost = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }
56
prost-derive = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }
67
prost-types = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }

0 commit comments

Comments
 (0)