Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Nov 15, 2024
1 parent 8692c37 commit 635041c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
runs-on: ubuntu-latest
env:
DFX_VERSION: 0.24.2-beta.0
DFX_VERSION: 0.24.1
steps:
- uses: actions/checkout@v4
- name: Install stable Rust toolchain
Expand Down
172 changes: 41 additions & 131 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ image = { version = "0.24", default-features = false, features = ["png"] }
libflate = "2.0"
base64 = "0.21"
futures = "0.3.30"
pocket-ic = { git = "https://github.com/dfinity/ic.git", rev = "3c76b9142f67da01393d9280c705f88b6e522a93" }

pocket-ic = "6.0.0"

0 comments on commit 635041c

Please sign in to comment.