Skip to content

Commit 343fe61

Browse files
committed
pin to fork
1 parent c381358 commit 343fe61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rescript.opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
"ocaml" {>= "4.14"}
2525
"cppo" {= "1.8.0"}
2626
"dune" {>= "3.17"}
27-
"flow_parser" {= "0.266.1"}
27+
"flow_parser" {= "0.267.0"}
2828
"ocamlformat" {with-test & = "0.27.0"}
2929
"yojson" {with-test & = "2.2.2"}
3030
"ounit2" {with-test & = "2.2.7"}
@@ -37,5 +37,5 @@ depends: [
3737
"wasm_of_ocaml-compiler" {os != "win32" & with-test & = "6.0.1"}
3838
]
3939
pin-depends: [
40-
["flow_parser.0.266.1" "git+https://github.com/facebook/flow.git#v0.266.1"]
40+
["flow_parser.0.267.0" "git+https://github.com/rescript-lang/flow.git#d35a6f5c0cc219e85bbcb822d6f19ed9b2ec3448"]
4141
]

rescript.opam.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ depends: [
22
"ocaml" {>= "4.14"}
33
"cppo" {= "1.8.0"}
44
"dune" {>= "3.17"}
5-
"flow_parser" {= "0.266.1"}
5+
"flow_parser" {= "0.267.0"}
66
"ocamlformat" {with-test & = "0.27.0"}
77
"yojson" {with-test & = "2.2.2"}
88
"ounit2" {with-test & = "2.2.7"}
@@ -15,5 +15,5 @@ depends: [
1515
"wasm_of_ocaml-compiler" {os != "win32" & with-test & = "6.0.1"}
1616
]
1717
pin-depends: [
18-
["flow_parser.0.266.1" "git+https://github.com/facebook/flow.git#v0.266.1"]
18+
["flow_parser.0.267.0" "git+https://github.com/rescript-lang/flow.git#d35a6f5c0cc219e85bbcb822d6f19ed9b2ec3448"]
1919
]

0 commit comments

Comments
 (0)