diff options
author | anonimal <anonimal@i2pmail.org> | 2018-05-25 04:50:20 +0000 |
---|---|---|
committer | anonimal <anonimal@i2pmail.org> | 2018-05-25 04:50:20 +0000 |
commit | 8a6c081df71cde3f1c55d5b7e5ef7d5d34b475dc (patch) | |
tree | a0e0d74aedf32aa557b8f28785cccaddbf1ff835 /.gitmodules | |
parent | Merge pull request #3800 (diff) | |
download | monero-8a6c081df71cde3f1c55d5b7e5ef7d5d34b475dc.tar.xz |
rapidjson: remove outdated in-tree, use submodule
Includes ~2 years worth of fixes including security and build.
Note: this pulls directly from master, not a release branch/tag. See
https://github.com/Tencent/rapidjson/issues/1265
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 73b430c10..91bddb0a3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,6 @@ path = external/miniupnp url = https://github.com/monero-project/miniupnp branch = monero +[submodule "external/rapidjson"] + path = external/rapidjson + url = https://github.com/Tencent/rapidjson |