Skip to content

Commit a26460e

Browse files
authored
Apply suggestions from code review
1 parent e62a2a0 commit a26460e

File tree

4 files changed

+4
-4
lines changed
  • packages
    • ocaml-protoc/ocaml-protoc.3.1
    • pbrt_services/pbrt_services.3.1
    • pbrt_yojson/pbrt_yojson.3.1
    • pbrt/pbrt.3.1

4 files changed

+4
-4
lines changed

packages/ocaml-protoc/ocaml-protoc.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"ocaml" {>= "4.08"}
1616
]
1717
build: [
18-
["dune" "subst"] {pinned}
18+
["dune" "subst"] {dev}
1919
[
2020
"dune"
2121
"build"

packages/pbrt/pbrt.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"
1616
available: arch != "arm32" & arch != "x86_32" & arch != "ppc32" & arch != "ppc64"
1717
build: [
18-
["dune" "subst"] {pinned}
18+
["dune" "subst"] {dev}
1919
[
2020
"dune"
2121
"build"

packages/pbrt_services/pbrt_services.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
]
1515
dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"
1616
build: [
17-
["dune" "subst"] {pinned}
17+
["dune" "subst"] {dev}
1818
[
1919
"dune"
2020
"build"

packages/pbrt_yojson/pbrt_yojson.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
]
1717
dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"
1818
build: [
19-
["dune" "subst"] {pinned}
19+
["dune" "subst"] {dev}
2020
[
2121
"dune"
2222
"build"

0 commit comments

Comments
 (0)