Skip to content

Commit

Permalink
Update to stdlib 0.7.0 and test 0.15.0 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman authored Sep 3, 2024
1 parent cd326e0 commit 6d3d2b3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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 := "containers";
version := mkVersion 0 14 1;
dependencies := [github "anoma" "juvix-stdlib" "v0.6.0"]
version := mkVersion 0 15 0;
dependencies := [github "anoma" "juvix-stdlib" "v0.7.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.5.
# This file was autogenerated by Juvix version 0.6.6.
# Do not edit this file manually.

version: 2
checksum: 84b86822b505189000d4de6ff4193143f40a64cd5a7a59c7ab8bf26c89f1891f
checksum: 706bf2d85fd61ca17638de213275be7d6286c58c45a3fa6eca70a065b1ac0e82
dependencies:
- git:
name: anoma_juvix-stdlib
ref: 17a82dd466010b51924677b16a3f09a6c4c86a80
ref: 615a02c8107076ca9661c5234d41792be91a5104
url: https://github.com/anoma/juvix-stdlib
dependencies: []
2 changes: 1 addition & 1 deletion test/Package.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ package : Package :=
name := "containers-tests";
main := just "Main.juvix";
dependencies :=
[github "anoma" "juvix-stdlib" "v0.6.0"; github "anoma" "juvix-test" "v0.13.0"; path "../"]
[github "anoma" "juvix-stdlib" "v0.7.0"; github "anoma" "juvix-test" "v0.15.0"; path "../"]
};
12 changes: 6 additions & 6 deletions test/juvix.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# This file was autogenerated by Juvix version 0.6.5.
# This file was autogenerated by Juvix version 0.6.6.
# Do not edit this file manually.

version: 2
checksum: f08d729e734185158847c6199dcf859238b1edc267f35f56d33eae0a195f1da5
checksum: f1a12d81403e253115c263fe75075df5d4b6131f314401faeda8c87559c481f3
dependencies:
- git:
name: anoma_juvix-stdlib
ref: 17a82dd466010b51924677b16a3f09a6c4c86a80
ref: 615a02c8107076ca9661c5234d41792be91a5104
url: https://github.com/anoma/juvix-stdlib
dependencies: []
- git:
name: anoma_juvix-test
ref: 12b72c6f91126f08e19ef183cc377bb86e629de9
ref: 3103c41e055eb9018a851fd3688cd608cad8f55d
url: https://github.com/anoma/juvix-test
dependencies:
- git:
name: anoma_juvix-stdlib
ref: 17a82dd466010b51924677b16a3f09a6c4c86a80
ref: 615a02c8107076ca9661c5234d41792be91a5104
url: https://github.com/anoma/juvix-stdlib
dependencies: []
- path: ../
dependencies:
- git:
name: anoma_juvix-stdlib
ref: 17a82dd466010b51924677b16a3f09a6c4c86a80
ref: 615a02c8107076ca9661c5234d41792be91a5104
url: https://github.com/anoma/juvix-stdlib
dependencies: []

0 comments on commit 6d3d2b3

Please sign in to comment.