|
1 | 1 | [package] |
2 | 2 | name = "starknet" |
3 | | -version = "0.12.0" |
| 3 | +version = "0.13.0" |
4 | 4 | authors = ["Jonathan LEI <me@xjonathan.dev>"] |
5 | 5 | license = "MIT OR Apache-2.0" |
6 | 6 | edition = "2021" |
@@ -33,18 +33,18 @@ members = [ |
33 | 33 | all-features = true |
34 | 34 |
|
35 | 35 | [dependencies] |
36 | | -starknet-crypto = { version = "0.7.3", path = "./starknet-crypto" } |
37 | | -starknet-core = { version = "0.12.0", path = "./starknet-core", default-features = false } |
| 36 | +starknet-crypto = { version = "0.7.4", path = "./starknet-crypto" } |
| 37 | +starknet-core = { version = "0.12.1", path = "./starknet-core", default-features = false } |
38 | 38 | starknet-core-derive = { version = "0.1.0", path = "./starknet-core-derive", features = ["import_from_starknet"] } |
39 | | -starknet-providers = { version = "0.12.0", path = "./starknet-providers" } |
40 | | -starknet-contract = { version = "0.11.0", path = "./starknet-contract" } |
41 | | -starknet-signers = { version = "0.10.0", path = "./starknet-signers" } |
42 | | -starknet-accounts = { version = "0.11.0", path = "./starknet-accounts" } |
| 39 | +starknet-providers = { version = "0.12.1", path = "./starknet-providers" } |
| 40 | +starknet-contract = { version = "0.12.0", path = "./starknet-contract" } |
| 41 | +starknet-signers = { version = "0.10.1", path = "./starknet-signers" } |
| 42 | +starknet-accounts = { version = "0.12.0", path = "./starknet-accounts" } |
43 | 43 | starknet-macros = { version = "0.2.1", path = "./starknet-macros" } |
44 | 44 |
|
45 | 45 | [dev-dependencies] |
46 | 46 | serde_json = "1.0.74" |
47 | | -starknet-signers = { version = "0.10.0", path = "./starknet-signers", features = ["ledger"] } |
| 47 | +starknet-signers = { version = "0.10.1", path = "./starknet-signers", features = ["ledger"] } |
48 | 48 | tokio = { version = "1.15.0", features = ["full"] } |
49 | 49 | url = "2.2.2" |
50 | 50 |
|
|
0 commit comments