Skip to content

Commit f8e7ae6

Browse files
authored
fix(proto): reverted version to maintain release cohesion (#43)
2 parents 02e20a7 + 2b42754 commit f8e7ae6

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/proto/Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "archway-proto"
3-
version = "0.3.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Rust build of Archway's ProtoBuf definitions"
66
authors.workspace = true
@@ -10,10 +10,10 @@ homepage.workspace = true
1010
readme = "README.md"
1111

1212
categories = [
13-
"cryptography",
14-
"cryptography::cryptocurrencies",
15-
"database",
16-
"wasm",
13+
"cryptography",
14+
"cryptography::cryptocurrencies",
15+
"database",
16+
"wasm",
1717
]
1818
keywords = ["archway", "blockchain", "cosmwasm", "proto", "smart-contracts"]
1919

@@ -24,14 +24,14 @@ pbjson = "0.7.0"
2424
pbjson-types = "0.7.0"
2525
prost-types = "0.13.3"
2626
tonic = { version = "0.12.3", optional = true, default-features = false, features = [
27-
"codegen",
28-
"prost",
27+
"codegen",
28+
"prost",
2929
] }
3030
cosmos-sdk-proto = { version = "0.26.0", default-features = false, features = [
31-
"serde",
31+
"serde",
3232
] }
3333
ibc-proto = { version = "0.51.0", default-features = false, features = [
34-
"serde",
34+
"serde",
3535
] }
3636

3737
[dev-dependencies]
@@ -45,10 +45,10 @@ default = ["grpc-transport"]
4545
std = ["prost/std", "cosmos-sdk-proto/std", "ibc-proto/std"]
4646
grpc = ["std", "tonic", "cosmos-sdk-proto/grpc", "ibc-proto/client"]
4747
grpc-transport = [
48-
"grpc",
49-
"tonic/transport",
50-
"cosmos-sdk-proto/grpc-transport",
51-
"ibc-proto/transport",
48+
"grpc",
49+
"tonic/transport",
50+
"cosmos-sdk-proto/grpc-transport",
51+
"ibc-proto/transport",
5252
]
5353
proto-descriptor = ["ibc-proto/proto-descriptor"]
5454
# Replaces all structs that use Any with a generic type

0 commit comments

Comments
 (0)