Skip to content

Commit 6742e05

Browse files
bleepbloopsifyglyh
authored andcommitted
opam.export: bump rocks.0.{1.1 -> 2.0} & rocksdb_stubs.{5.17.2 -> 10.2.1}
1 parent 1709057 commit 6742e05

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README-dev.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ A number of C libraries are expected to be available in the system and are also
150150
If you use vim, add this snippet in your `.vimrc` file to use Merlin. (Note:Be sure to change the HOME directory to match yours.)
151151

152152
```bash
153-
let s:ocamlmerlin="/Users/USERNAME/.opam/4.14.0/share/merlin"
153+
let s:ocamlmerlin="/Users/USERNAME/.opam/4.14.2/share/merlin"
154154
execute "set rtp+=".s:ocamlmerlin."/vim"
155155
execute "set rtp+=".s:ocamlmerlin."/vimbufsync"
156156
let g:syntastic_ocaml_checkers=['merlin']
@@ -301,10 +301,10 @@ We use the [Dune](https://github.com/ocaml/dune/) build system for OCaml code.
301301
302302
OCaml dependencies live in the [`opam.export`](./opam.export) file. This file is machine generated and must not be modified.
303303
304-
To add a new dependency, you most likely will need to create a new fresh switch to avoid pushing in any local dependency (like `ocaml-lsp`). The following commands assume that the version of the OCaml compiler used in the codebase is 4.14.0:
304+
To add a new dependency, you most likely will need to create a new fresh switch to avoid pushing in any local dependency (like `ocaml-lsp`). The following commands assume that the version of the OCaml compiler used in the codebase is 4.14.2:
305305
306306
```shell
307-
opam switch create mina_fresh 4.14.0
307+
opam switch create mina_fresh 4.14.2
308308
opam switch import opam.export
309309
```
310310

opam.export

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ roots: [
4848
"qcheck.0.20"
4949
"qcheck-alcotest.0.20"
5050
"re2.v0.14.0"
51-
"rocks.0.1.1"
52-
"rocksdb_stubs.5.17.2"
51+
"rocks.0.2.0"
52+
"rocksdb_stubs.10.2.1"
5353
"rpc_parallel.v0.14.0"
5454
"sexp_diff_kernel.v0.14.0"
5555
"sodium.dev"
@@ -249,8 +249,8 @@ installed: [
249249
"react.1.2.1"
250250
"res.5.0.1"
251251
"result.1.5"
252-
"rocks.0.1.1"
253-
"rocksdb_stubs.5.17.2"
252+
"rocks.0.2.0"
253+
"rocksdb_stubs.10.2.1"
254254
"rpc_parallel.v0.14.0"
255255
"rresult.0.6.0"
256256
"seq.base"

0 commit comments

Comments
 (0)