Skip to content

Commit

Permalink
Update to the latest juvix-stdlib (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman authored Aug 15, 2024
1 parent f7e8229 commit 12b72c6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Package.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import PackageDescription.V2 open;
package : Package :=
defaultPackage@?{
name := "test";
version := mkVersion 0 12 0;
dependencies := [github "anoma" "juvix-stdlib" "v0.5.0"]
version := mkVersion 0 13 0;
dependencies := [github "anoma" "juvix-stdlib" "v0.6.0"]
};
6 changes: 3 additions & 3 deletions juvix.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This file was autogenerated by Juvix version 0.6.4.
# This file was autogenerated by Juvix version 0.6.5.
# Do not edit this file manually.

version: 2
checksum: ccfae54b08216f345ed4d42cf26fa111a95ae51d1171c611b86352af409ee561
checksum: 7ee727deb12fc394e1febdafe00682c8d8b9627c1b0605bbbc1900888e7eff1e
dependencies:
- git:
name: anoma_juvix-stdlib
ref: 16211500dc59a944f851fbaeeef703fdd09163fa
ref: 17a82dd466010b51924677b16a3f09a6c4c86a80
url: https://github.com/anoma/juvix-stdlib
dependencies: []
2 changes: 1 addition & 1 deletion tests/Package.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import PackageDescription.V2 open;
package : Package :=
defaultPackage@?{
name := "tests";
dependencies := [path "../"; github "anoma" "juvix-stdlib" "v0.5.0"]
dependencies := [path "../"; github "anoma" "juvix-stdlib" "v0.6.0"]
};
8 changes: 4 additions & 4 deletions tests/juvix.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# This file was autogenerated by Juvix version 0.6.4.
# This file was autogenerated by Juvix version 0.6.5.
# Do not edit this file manually.

version: 2
checksum: c18d1a5878618cd758cd7a371c641facc945dc4c4d4ea7831135a01fa84bf6be
checksum: 90b72165433d68bfe79b7b6a61b2b06165f41afd61444e1aba5d8ed32cb56439
dependencies:
- path: ../
dependencies:
- git:
name: anoma_juvix-stdlib
ref: 16211500dc59a944f851fbaeeef703fdd09163fa
ref: 17a82dd466010b51924677b16a3f09a6c4c86a80
url: https://github.com/anoma/juvix-stdlib
dependencies: []
- git:
name: anoma_juvix-stdlib
ref: 16211500dc59a944f851fbaeeef703fdd09163fa
ref: 17a82dd466010b51924677b16a3f09a6c4c86a80
url: https://github.com/anoma/juvix-stdlib
dependencies: []

0 comments on commit 12b72c6

Please sign in to comment.