Skip to content

Commit

Permalink
Update quickjs to 0.1.1
Browse files Browse the repository at this point in the history
davesnx committed Apr 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8b4ea28 commit b1a3e22
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@

; Library dependencies
(ppxlib (> 0.23.0))
(quickjs (>= 0.1.0))
(quickjs (>= 0.1.1))
(promise (>= 1.1.2))
(lwt (>= 5.6.0))
(lwt_ppx (>= 2.1.0))
2 changes: 1 addition & 1 deletion server-reason-react.opam
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ depends: [
"reason" {>= "3.10.0"}
"melange" {>= "3.0.0"}
"ppxlib" {> "0.23.0"}
"quickjs" {>= "0.1.0"}
"quickjs" {>= "0.1.1"}
"promise" {>= "1.1.2"}
"lwt" {>= "5.6.0"}
"lwt_ppx" {>= "2.1.0"}

0 comments on commit b1a3e22

Please sign in to comment.