Skip to content

Commit

Permalink
Merge pull request #894 from everx-labs/fix
Browse files Browse the repository at this point in the history
Fix the build
  • Loading branch information
tonjen authored Feb 22, 2025
1 parent 68ee158 commit dfc3107
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## Version 2.2.26

- Fix the build

## Version 2.2.25

- Fix the build
Expand Down Expand Up @@ -246,4 +250,4 @@ All notable changes to this project will be documented in this file.
- Implemented behavior modifier for skipping check of signature for offline execution purposes

### Fixed
- Fixed tvm.tex and tvm.pdf
- Fixed tvm.tex and tvm.pdf
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build = 'common/build/build.rs'
edition = '2021'
name = 'ever_vm'
version = '2.2.25'
version = '2.2.26'

[dependencies]
anyhow = '1.0'
Expand Down
2 changes: 0 additions & 2 deletions src/tests/test_accounts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,3 @@ fn test_sorted_validator_list() {
}
}

#[cfg(feature = "ci_run")]
mod private_test_accounts;
2 changes: 0 additions & 2 deletions src/tests/test_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,3 @@ fn test_currency_collection_ser() {
assert_eq!(b1, b2);
}

#[cfg(feature = "ci_run")]
mod private_test_executor;

0 comments on commit dfc3107

Please sign in to comment.