Skip to content

Commit

Permalink
bump deps and update ci (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
borispovod authored Mar 12, 2024
1 parent 9f89fc6 commit 1c5afd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get Aptos
uses: pontem-network/get-aptos@main
with:
version: aptos-cli-v1.0.3
version: latest
token: ${{ secrets.GITHUB_TOKEN }}
prover: true

Expand Down
6 changes: 3 additions & 3 deletions Move.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "Liquidswap"
version = "0.4.4"
version = "0.4.5"
upgrade_policy = "immutable"

[addresses]
Expand Down Expand Up @@ -35,8 +35,8 @@ subdir = "aptos-move/framework/aptos-framework"

[dependencies.UQ64x64]
git = "https://github.com/pontem-network/UQ64x64.git"
rev = "v0.3.8"
rev = "v0.3.9"

[dependencies.U256]
git = "https://github.com/pontem-network/U256.git"
rev = "v0.3.9"
rev = "v0.3.10"

0 comments on commit 1c5afd0

Please sign in to comment.