We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d6c27 commit ae68a41Copy full SHA for ae68a41
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2023 Ekubo, Inc.
+Copyright (c) 2024 Ekubo, Inc.
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
Scarb.toml
@@ -3,11 +3,11 @@ name = "ekubo"
version = "0.1.0"
description = "Core interfaces of Ekubo Protocol"
homepage = "https://docs.ekubo.org"
-cairo-version = "2.7.1"
+cairo-version = ">=2.7.0"
7
edition = '2024_07'
8
9
[dependencies]
10
-starknet = "=2.7.1"
+starknet = ">=2.7.0"
11
12
[[target.starknet-contract]]
13
allowed-libfuncs-list.name = "audited"
0 commit comments