mirror of
https://github.com/logos-storage/rust-poseidon-bn254-pure.git
synced 2026-05-18 02:19:25 +00:00
add missing feature annotation (it didn't complain before...)
This commit is contained in:
parent
2cd07acad0
commit
a64bc59088
@ -5,6 +5,7 @@
|
||||
#![feature(generic_const_exprs)]
|
||||
#![feature(random)]
|
||||
#![feature(trait_alias)]
|
||||
#![feature(unchecked_shifts)]
|
||||
|
||||
pub mod bn254;
|
||||
pub mod poseidon;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user