Skip to content

Commit

Permalink
feat: bump to scarb 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ishay-starkware committed Dec 13, 2024
1 parent 6a989d6 commit dd649a0
Show file tree
Hide file tree
Showing 7 changed files with 250 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scarb 2.8.2
scarb 2.9.2
1 change: 1 addition & 0 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ name = "alexandria_encoding"
version = "0.1.0"
dependencies = [
"alexandria_bytes",
"alexandria_data_structures",
"alexandria_math",
"alexandria_numeric",
]
Expand Down
6 changes: 3 additions & 3 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ name = "alexandria"
version = "0.1.0"
description = "Community maintained Cairo and Starknet libraries"
homepage = "https://github.com/keep-starknet-strange/alexandria/"
cairo-version = "2.8.2"
cairo-version = "2.9.2"

[workspace.dependencies]
starknet = "2.8.2"
cairo_test = "2.8.2"
starknet = "2.9.2"
cairo_test = "2.9.2"

[workspace.tool.fmt]
sort-module-level-items = true
Expand Down
1 change: 1 addition & 0 deletions packages/encoding/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fmt.workspace = true
alexandria_math = { path = "../math" }
alexandria_numeric = { path = "../numeric" }
alexandria_bytes = { path = "../bytes" }
alexandria_data_structures = { path = "../data_structures" }

[dev-dependencies]
cairo_test.workspace = true
Loading

0 comments on commit dd649a0

Please sign in to comment.