Skip to content

Commit d852d7a

Browse files
committed
bump cairo version
1 parent c39690e commit d852d7a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
scarb 2.9.2
1+
scarb 2.10.0

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
© 2023 Ekubo, Inc. All rights reserved.
1+
© 2025 Ekubo, Inc. All rights reserved.
22

33
Unauthorized copying, distribution, modification, or any other use of this software is strictly prohibited without the express written permission of Ekubo, Inc.

Scarb.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name = "ekubo"
33
version = "0.1.0"
44
description = "An AMM protocol built in Cairo featuring concentrated liquidity"
55
homepage = "https://ekubo.org"
6-
cairo-version = ">=2.7.0"
6+
cairo-version = ">=2.10.0"
77
edition = '2024_07'
88

99
[dependencies]
10-
starknet = ">=2.7.0"
10+
starknet = ">=2.10.0"
1111

1212
[tool.fmt]
1313
sort-module-level-items = true
@@ -17,4 +17,4 @@ allowed-libfuncs-list.name = "audited"
1717
casm = true
1818

1919
[dev-dependencies]
20-
cairo_test = ">=2.7.0"
20+
cairo_test = ">=2.10.0"

0 commit comments

Comments
 (0)