Skip to content

Commit 72bf47c

Browse files
committed
release 2.0.0-alpha.9
1 parent 51e520b commit 72bf47c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.8"
3+
version = "2.0.0-alpha.9"
44
edition = "2021"
55
description = "Rust Client for Side Chain"
66
readme = "README.md"

side-proto/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ pub mod side {
3737
pub mod lending {
3838
include!("prost/side/side.lending.rs");
3939
}
40+
pub mod oracle {
41+
include!("prost/side/side.oracle.rs");
42+
}
4043
pub mod tss {
4144
include!("prost/side/side.tss.rs");
4245
}

0 commit comments

Comments
 (0)