Skip to content

Commit

Permalink
✨ Account freezing and CLI tool (#171)
Browse files Browse the repository at this point in the history
* Add account locking, update Rust, migrate session management to Prisma

* small fixes and updates

* clean up sessions after account lock, add migration

* small fixes and updates
  • Loading branch information
aaronleopold authored Oct 5, 2023
1 parent 5d3b1f6 commit fab2c97
Show file tree
Hide file tree
Showing 71 changed files with 1,841 additions and 837 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-cargo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.68.0
toolchain: 1.72.1
profile: minimal
override: true
components: rustfmt, clippy
Expand Down
2 changes: 1 addition & 1 deletion .moon/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ typescript:
syncProjectReferencesToPaths: true

rust:
version: '1.68.0'
version: '1.72.1'
bins:
- 'cargo-watch'
Loading

0 comments on commit fab2c97

Please sign in to comment.