Skip to content

Commit

Permalink
Bump Hermes pod to 0.9.0
Browse files Browse the repository at this point in the history
Summary:
Changelog:
[General][Changed] - Bump Hermes to 0.9.0

(Note: this ignores all push blocking failures!)

Reviewed By: lunaleaps

Differential Revision: D30726473

fbshipit-source-id: add4149454b3f0333f3c1cb8b5d632371fd1bd80
  • Loading branch information
Huxpro authored and Luna Wei committed Sep 9, 2021
1 parent 2133172 commit c282c2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/rn-tester/Podfile.lock
Expand Up @@ -735,6 +735,7 @@ DEPENDENCIES:
- FlipperKit/FlipperKitUserDefaultsPlugin (= 0.99.0)
- FlipperKit/SKIOSNetworkPlugin (= 0.99.0)
- glog (from `../../third-party-podspecs/glog.podspec`)
- OpenSSL-Universal (= 1.1.180)
- RCT-Folly (from `../../third-party-podspecs/RCT-Folly.podspec`)
- RCT-Folly/Fabric (from `../../third-party-podspecs/RCT-Folly.podspec`)
- RCTRequired (from `../../Libraries/RCTRequired`)
Expand Down Expand Up @@ -911,6 +912,6 @@ SPEC CHECKSUMS:
Yoga: c0d06f5380d34e939f55420669a60fe08b79bd75
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 6e910a576b7db9347c60dfc58f7852f692200116
PODFILE CHECKSUM: 5cc47caddf8a8bf3fe9ea873886352846aee027a

COCOAPODS: 1.10.1
2 changes: 1 addition & 1 deletion scripts/react_native_pods.rb
Expand Up @@ -65,7 +65,7 @@ def use_react_native! (options={})

if hermes_enabled
pod 'React-hermes', :path => "#{prefix}/ReactCommon/hermes"
pod 'hermes-engine'
pod 'hermes-engine', '~> 0.9.0'
pod 'libevent', '~> 2.1.12'
end
end
Expand Down

0 comments on commit c282c2d

Please sign in to comment.