|
1 | 1 | [package]
|
2 | 2 | name = "starknet"
|
3 |
| -version = "0.9.0" |
| 3 | +version = "0.10.0" |
4 | 4 | authors = [ "Jonathan LEI <[email protected]>"]
|
5 | 5 | license = "MIT OR Apache-2.0"
|
6 | 6 | edition = "2021"
|
@@ -34,14 +34,14 @@ members = [
|
34 | 34 | all-features = true
|
35 | 35 |
|
36 | 36 | [dependencies]
|
37 |
| -starknet-ff = { version = "0.3.6", path = "./starknet-ff", default-features = false } |
38 |
| -starknet-crypto = { version = "0.6.1", path = "./starknet-crypto" } |
39 |
| -starknet-core = { version = "0.9.0", path = "./starknet-core", default-features = false } |
40 |
| -starknet-providers = { version = "0.9.0", path = "./starknet-providers" } |
41 |
| -starknet-contract = { version = "0.8.0", path = "./starknet-contract" } |
42 |
| -starknet-signers = { version = "0.7.0", path = "./starknet-signers" } |
43 |
| -starknet-accounts = { version = "0.8.0", path = "./starknet-accounts" } |
44 |
| -starknet-macros = { version = "0.1.6", path = "./starknet-macros" } |
| 37 | +starknet-ff = { version = "0.3.7", path = "./starknet-ff", default-features = false } |
| 38 | +starknet-crypto = { version = "0.6.2", path = "./starknet-crypto" } |
| 39 | +starknet-core = { version = "0.10.0", path = "./starknet-core", default-features = false } |
| 40 | +starknet-providers = { version = "0.10.0", path = "./starknet-providers" } |
| 41 | +starknet-contract = { version = "0.9.0", path = "./starknet-contract" } |
| 42 | +starknet-signers = { version = "0.8.0", path = "./starknet-signers" } |
| 43 | +starknet-accounts = { version = "0.9.0", path = "./starknet-accounts" } |
| 44 | +starknet-macros = { version = "0.1.7", path = "./starknet-macros" } |
45 | 45 |
|
46 | 46 | [dev-dependencies]
|
47 | 47 | serde_json = "1.0.74"
|
|
0 commit comments