Skip to content

Commit

Permalink
Merge branch 'master' into gsobol-multiple-validators-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grishasobol committed Sep 25, 2024
2 parents dbb8126 + 7d1f0f9 commit 34924ac
Show file tree
Hide file tree
Showing 23 changed files with 3,620 additions and 3,600 deletions.
183 changes: 92 additions & 91 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "1.5.0"
version = "1.6.0"
authors = ["Gear Technologies"]
edition = "2021"
license = "GPL-3.0"
Expand Down
1 change: 1 addition & 0 deletions core/src/code/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ impl Code {
/// <-- stack limit decrease -->
/// )
/// )
/// ```
pub fn try_new<R, GetRulesFn>(
original_code: Vec<u8>,
version: u32,
Expand Down
Loading

0 comments on commit 34924ac

Please sign in to comment.