Skip to content

Commit

Permalink
Merge pull request #282 from NethermindEth/feat/cairo-v2.8.4
Browse files Browse the repository at this point in the history
Add cairo compiler v2.8.4
  • Loading branch information
stranger80 authored Nov 14, 2024
2 parents 6411769 + c5cf6f2 commit 804b92d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@
[submodule "api/cairo_compilers/v2.8.2"]
path = api/cairo_compilers/v2.8.2
url = https://github.com/starkware-libs/cairo
[submodule "api/cairo_compilers/v2.8.4"]
path = api/cairo_compilers/v2.8.4
url = https://github.com/starkware-libs/cairo
1 change: 1 addition & 0 deletions api/cairo_compilers/v2.8.4
Submodule v2.8.4 added at 4a674b
2 changes: 1 addition & 1 deletion cairo_upgrade.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
git rm -r api/cairo_compilers/v*

versions=(2.6.0 2.6.1 2.6.2 2.6.3 2.7.0 2.8.2)
versions=(2.6.0 2.6.1 2.6.2 2.6.3 2.7.0 2.8.2 2.8.4)

for version in "${versions[@]}"
do
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/atoms/cairoVersion.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { atom } from 'jotai'

const cairoVersionAtom = atom<string>('v2.8.2')
const cairoVersionAtom = atom<string>('v2.8.4')

const versionsAtom = atom<string[]>([])

Expand Down

0 comments on commit 804b92d

Please sign in to comment.