Skip to content

Commit

Permalink
build: update to holochain 0.2.7 (#59)
Browse files Browse the repository at this point in the history
* ci: revert addition of main-rcs

* update all deps and adapt websockets

* refactor: replace all localhost by 127.0.0.1
  • Loading branch information
jost-s authored Apr 10, 2024
1 parent 18b1618 commit b5e3a4d
Show file tree
Hide file tree
Showing 11 changed files with 610 additions and 575 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test

on:
push:
branches: [main, main-rcs, develop]
branches: [main, develop]
pull_request:
branches: [main, main-rcs, develop]
branches: [main, develop]

env:
CARGO_TERM_COLOR: always
Expand Down
Loading

0 comments on commit b5e3a4d

Please sign in to comment.