Bump Hermes to 0.7.2

https://github.com/facebook/hermes/releases/tag/v0.7.2 is out so we can bump the pod version 🎉

Question:
Is `~> 0.7.2` too strict? Would `>= 0.7.2` be better?
Also, It doesn't look like we are restricting any version on the trunk?
This commit is contained in:
Xuan Huang (黄玄)
2020-12-09 21:20:32 -08:00
committed by Xuan Huang (黄玄)
parent eb85d1dbd1
commit 52129b235a
+1 -1
View File
@@ -63,7 +63,7 @@ def use_react_native! (options={})
if hermes_enabled
pod 'React-Core/Hermes', :path => "#{prefix}/"
pod 'hermes-engine', '~> 0.7.1'
pod 'hermes-engine', '~> 0.7.2'
pod 'libevent', :podspec => "#{prefix}/third-party-podspecs/libevent.podspec"
end
end