Skip to content

Commit

Permalink
fix migrations visibility (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi authored Sep 10, 2024
1 parent 86d3e05 commit 895052d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion democracy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-encointer-democracy"
version = "13.3.0"
version = "13.3.1"
authors = ["Encointer Association <info@encointer.org>"]
edition = "2021"
description = "Democracy pallet for the Encointer blockchain runtime"
Expand Down
2 changes: 1 addition & 1 deletion democracy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ where
}
}

mod migrations;
pub mod migrations;
#[cfg(test)]
mod mock;
#[cfg(test)]
Expand Down

0 comments on commit 895052d

Please sign in to comment.