mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Xuan Huang (黄玄)
parent
eb85d1dbd1
commit
52129b235a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user