Skip to content

Commit

Permalink
Add submodule: api/cairo_compilers/v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjnrohit committed Nov 2, 2023
1 parent 8693451 commit 2e77bfe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
[submodule "api/cairo_compilers/v2.3.0"]
path = api/cairo_compilers/v2.3.0
url = https://github.com/starkware-libs/cairo.git
branch = v2.3.0
branch = v2.3.0
[submodule "api/cairo_compilers/v2.3.1"]
path = api/cairo_compilers/v2.3.1
url = https://github.com/starkware-libs/cairo
branch = v2.3.1
1 change: 1 addition & 0 deletions api/cairo_compilers/v2.3.1
Submodule v2.3.1 added at 485e2f
2 changes: 1 addition & 1 deletion plugin/src/atoms/cairoVersion.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { atom } from 'jotai'

const cairoVersion = atom<string>('0.0.0')
const cairoVersion = atom<string>('2.3.1')

export default cairoVersion

0 comments on commit 2e77bfe

Please sign in to comment.