Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed May 24, 2024
1 parent f6b78fd commit e95e430
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Origami CI
on: [push, pull_request]

env:
DOJO_VERSION: v0.7.0-alpha.2
DOJO_VERSION: v0.7.0-alpha.4
SCARB_VERSION: v2.6.4

jobs:
Expand Down
2 changes: 0 additions & 2 deletions examples/market/src/models/liquidity.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ impl IntrospectFixed of Introspect<Fixed> {

#[inline(always)]
fn layout() -> Layout {
// layout.append(128);
// layout.append(1);
Layout::Fixed(array![128, 1].span())
}

Expand Down

0 comments on commit e95e430

Please sign in to comment.