Skip to content

Commit

Permalink
Merge pull request #12 from YanYuanFE/main
Browse files Browse the repository at this point in the history
feat: cairo 2.8
  • Loading branch information
YanYuanFE authored Nov 12, 2024
2 parents 24ad82f + 1f1fcd7 commit dc2368d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"tailwind-merge": "^1.14.0",
"tailwind-variants": "^0.1.18",
"tailwindcss-animate": "^1.0.7",
"wasm-cairo": "^0.9.4",
"wasm-cairo": "^0.10.2",
"zod": "^3.22.2",
"zustand": "^4.4.3"
},
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/app/(main)/setting/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function SettingPanel() {
<Select disabled value={cairoVersion} onChange={setCairoVersion} className={'w-20'} options={[
{
value: '2.0',
label: '2.7.1'
label: '2.8.2'
},
{
value: '1.10',
Expand Down

0 comments on commit dc2368d

Please sign in to comment.