Skip to content

Commit

Permalink
Add lower-bound on stdint
Browse files Browse the repository at this point in the history
Otherwise `Stdint.Uint32.to_int (Stdint.Uint32.max_int) = -1`!
  • Loading branch information
talex5 committed Feb 23, 2023
1 parent 83cab42 commit c504b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capnp-rpc-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depends: [
"conf-capnproto" {build}
"capnp" {>= "3.4.0"}
"capnp-rpc" {= version}
"stdint" {>= "6.0.0"}
"lwt" {>= "5.6.1"}
"astring"
"fmt" {>= "0.8.7"}
Expand Down

0 comments on commit c504b01

Please sign in to comment.