Skip to content

Commit 2a6ebd8

Browse files
committed
bump version
1 parent 3c33ffe commit 2a6ebd8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

side-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "side-proto"
3-
version = "2.0.0-alpha.1"
3+
version = "2.0.0-alpha.2"
44
edition = "2021"
55
description = "Rust Client for Side Chain"
66
readme = "README.md"

side-proto/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ pub mod side {
2828
pub mod btcbridge {
2929
include!("prost/side/side.btcbridge.rs");
3030
}
31-
pub mod auction {
32-
include!("prost/side/side.auction.rs");
31+
pub mod liquidation {
32+
include!("prost/side/side.liquidation.rs");
3333
}
3434
pub mod dlc {
3535
include!("prost/side/side.dlc.rs");

0 commit comments

Comments
 (0)