Skip to content

Commit

Permalink
Merge pull request #117 from nberth/restrict-to-ez_api-encoding
Browse files Browse the repository at this point in the history
Depend on `ez_api.encoding` instead of the whole of `ez_api`
  • Loading branch information
nberth authored Nov 10, 2023
2 parents a0c0019 + dfbf0d6 commit 923a91b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .drom

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lsp/superbol_free_lib/dune

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lsp/superbol_free_lib/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cobol_typeck = "version"
ez_file = ">=0.3"
ez_cmdliner = "0.3.0"
vscode-json = "version"
ez_api = "2.0"
ez_api = { version = "2.0", libname = "ez_api.encoding" }
ez_toml = "version"

# We only depend on `lwt` via `ez_api` (and we don't even use any bit
Expand Down

0 comments on commit 923a91b

Please sign in to comment.