Skip to content

Commit

Permalink
fixing the build without default features issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrof committed Dec 25, 2024
1 parent 63cd6b3 commit e50d89e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ergotree-interpreter/src/eval/sglobal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use crate::eval::EvalError;
use ergotree_ir::mir::value::{CollKind, NativeColl, Value};

use super::EvalFn;
use crate::eval::Vec;
use ergo_chain_types::ec_point::generator;
use ergotree_ir::bigint256::BigInt256;
use ergotree_ir::types::stype::SType;
Expand Down

0 comments on commit e50d89e

Please sign in to comment.