Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Upgrading to latest 2.3

Also updated CI to make sure it builds before running tests and
formatting

Could you please make a release?
  • Loading branch information
gaetbout authored Oct 25, 2023
1 parent ae1d514 commit 49c3022
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
run: scarb build

test:
needs: build
name: test
runs-on: ubuntu-latest
steps:
Expand All @@ -26,6 +27,7 @@ jobs:
run: scarb test

check-format:
needs: build
name: check-format
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scarb 2.3.0-rc0
scarb 2.3.0
65 changes: 65 additions & 0 deletions Scarb.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Code generated by scarb DO NOT EDIT.
version = 1

[[package]]
name = "alexandria_ascii"
version = "0.1.0"
dependencies = [
"alexandria_data_structures",
]

[[package]]
name = "alexandria_bytes"
version = "0.1.0"
dependencies = [
"alexandria_data_structures",
"alexandria_math",
]

[[package]]
name = "alexandria_data_structures"
version = "0.1.0"
dependencies = [
"alexandria_encoding",
]

[[package]]
name = "alexandria_encoding"
version = "0.1.0"
dependencies = [
"alexandria_math",
]

[[package]]
name = "alexandria_linalg"
version = "0.1.0"

[[package]]
name = "alexandria_math"
version = "0.2.0"
dependencies = [
"alexandria_data_structures",
]

[[package]]
name = "alexandria_merkle_tree"
version = "0.1.0"

[[package]]
name = "alexandria_numeric"
version = "0.1.0"

[[package]]
name = "alexandria_searching"
version = "0.1.0"
dependencies = [
"alexandria_data_structures",
]

[[package]]
name = "alexandria_sorting"
version = "0.1.0"

[[package]]
name = "alexandria_storage"
version = "0.2.0"
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description = "Community maintained Cairo and Starknet libraries"
homepage = "https://github.com/keep-starknet-strange/alexandria/"

[workspace.dependencies]
starknet = ">=2.3.0-rc0"
starknet = "=2.3.0"

[scripts]
all = "scarb build && scarb test"

0 comments on commit 49c3022

Please sign in to comment.