|
1 | 1 | [package] |
2 | 2 | name = "cometbft" |
3 | | -version = "0.1.0-alpha.1" # Also update depending crates (rpc, light-node, etc..) when bumping this . |
| 3 | +version = "0.1.0-alpha.2" # Also update depending crates (rpc, light-node, etc..) when bumping this . |
4 | 4 | license = "Apache-2.0" |
5 | 5 | homepage = "https://cometbft.com/" |
6 | 6 | repository = "https://github.com/cometbft/cometbft-rs" |
7 | 7 | readme = "../README.md" |
8 | 8 | categories = ["cryptography", "cryptography::cryptocurrencies", "database"] |
9 | | -keywords = ["blockchain", "bft", "consensus", "cosmos", "cometbft", "tendermint"] |
| 9 | +keywords = ["blockchain", "bft", "consensus", "cometbft", "tendermint"] |
10 | 10 | edition = "2021" |
11 | 11 |
|
12 | 12 | description = """ |
@@ -44,7 +44,7 @@ serde_repr = { version = "0.1", default-features = false } |
44 | 44 | signature = { version = "2", default-features = false, features = ["alloc"] } |
45 | 45 | subtle = { version = "2", default-features = false } |
46 | 46 | subtle-encoding = { version = "0.5", default-features = false, features = ["bech32-preview"] } |
47 | | -cometbft-proto = { version = "0.1.0-alpha.1", default-features = false, path = "../proto" } |
| 47 | +cometbft-proto = { version = "0.1.0-alpha.2", default-features = false, path = "../proto" } |
48 | 48 | time = { version = "0.3", default-features = false, features = ["macros", "parsing"] } |
49 | 49 | zeroize = { version = "1.1", default-features = false, features = ["zeroize_derive", "alloc"] } |
50 | 50 | flex-error = { version = "0.4.4", default-features = false } |
|
0 commit comments