Skip to content

Commit

Permalink
Merge pull request #115 from jurteam/release/v2.0.0
Browse files Browse the repository at this point in the history
Release/v2.0.0
  • Loading branch information
Alessio Treglia authored Aug 18, 2023
2 parents aea80cd + 0e11fab commit 74f3206
Show file tree
Hide file tree
Showing 56 changed files with 5,534 additions and 2,665 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
rustup default stable
rustup update nightly
rustup update stable
rustup toolchain install nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
- name: Build
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ terraform.tfstate
# will have compiled files and executables
/target/

/.idea/
/.idea/
.DS_Store
.envrc
Loading

0 comments on commit 74f3206

Please sign in to comment.