import git-config with patch #372 and #377 backported on 0.1.11

Summary: I did submit another fix to upstream, then I backported it on top of 0.1.11.

Differential Revision: D35494891

fbshipit-source-id: 4ba29ba35e556926b30e9c47569381d506d1b8a7
This commit is contained in:
Jan Mazur 2022-04-08 07:59:13 -07:00 committed by Facebook GitHub Bot
parent c43c3ffc37
commit 4c2458a9d1
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }
git-config = { git = "https://github.com/mzr/gitoxide", rev = "885f3da02ea8ce05911f7a199baafd7150663089" }
git-config = { git = "https://github.com/mzr/gitoxide", rev = "28c51a1d99af3f4e5ea8f6bb2319e0a5d812c891" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }
mysql_async = { git = "https://github.com/mzr/mysql_async", rev = "76b6fa05d7bb3408402033e6f94042a756ab55ab" }
prost = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }

View File

@ -144,7 +144,7 @@ toml = "=0.5.8"
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }
git-config = { git = "https://github.com/mzr/gitoxide", rev = "885f3da02ea8ce05911f7a199baafd7150663089" }
git-config = { git = "https://github.com/mzr/gitoxide", rev = "28c51a1d99af3f4e5ea8f6bb2319e0a5d812c891" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }
mysql_async = { git = "https://github.com/mzr/mysql_async", rev = "76b6fa05d7bb3408402033e6f94042a756ab55ab" }
prost = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }

View File

@ -1,6 +1,6 @@
[patch.crates-io]
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }
git-config = { git = "https://github.com/mzr/gitoxide", rev = "885f3da02ea8ce05911f7a199baafd7150663089" }
git-config = { git = "https://github.com/mzr/gitoxide", rev = "28c51a1d99af3f4e5ea8f6bb2319e0a5d812c891" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }
mysql_async = { git = "https://github.com/mzr/mysql_async", rev = "76b6fa05d7bb3408402033e6f94042a756ab55ab" }
prost = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }