|
1 | 1 | [package]
|
2 | 2 | name = "starknet"
|
3 |
| -version = "0.11.0" |
| 3 | +version = "0.12.0" |
4 | 4 | authors = [ "Jonathan LEI <[email protected]>"]
|
5 | 5 | license = "MIT OR Apache-2.0"
|
6 | 6 | edition = "2021"
|
@@ -32,17 +32,17 @@ members = [
|
32 | 32 | all-features = true
|
33 | 33 |
|
34 | 34 | [dependencies]
|
35 |
| -starknet-crypto = { version = "0.7.1", path = "./starknet-crypto" } |
36 |
| -starknet-core = { version = "0.11.1", path = "./starknet-core", default-features = false } |
37 |
| -starknet-providers = { version = "0.11.0", path = "./starknet-providers" } |
38 |
| -starknet-contract = { version = "0.10.0", path = "./starknet-contract" } |
39 |
| -starknet-signers = { version = "0.9.0", path = "./starknet-signers" } |
40 |
| -starknet-accounts = { version = "0.10.0", path = "./starknet-accounts" } |
41 |
| -starknet-macros = { version = "0.2.0", path = "./starknet-macros" } |
| 35 | +starknet-crypto = { version = "0.7.2", path = "./starknet-crypto" } |
| 36 | +starknet-core = { version = "0.12.0", path = "./starknet-core", default-features = false } |
| 37 | +starknet-providers = { version = "0.12.0", path = "./starknet-providers" } |
| 38 | +starknet-contract = { version = "0.11.0", path = "./starknet-contract" } |
| 39 | +starknet-signers = { version = "0.10.0", path = "./starknet-signers" } |
| 40 | +starknet-accounts = { version = "0.11.0", path = "./starknet-accounts" } |
| 41 | +starknet-macros = { version = "0.2.1", path = "./starknet-macros" } |
42 | 42 |
|
43 | 43 | [dev-dependencies]
|
44 | 44 | serde_json = "1.0.74"
|
45 |
| -starknet-signers = { version = "0.9.0", path = "./starknet-signers", features = ["ledger"] } |
| 45 | +starknet-signers = { version = "0.10.0", path = "./starknet-signers", features = ["ledger"] } |
46 | 46 | tokio = { version = "1.15.0", features = ["full"] }
|
47 | 47 | url = "2.2.2"
|
48 | 48 |
|
|
0 commit comments