Skip to content

Commit bc1d76f

Browse files
committed
Fix no_alloc compilation
Signed-off-by: Denis Varlakov <denis@dfns.co>
1 parent 307fbae commit bc1d76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic-ec/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ mod _unused_deps {
206206
// dependency tree as `curve-ed25519` feature is enabled, it's just not
207207
// used directly
208208
#[cfg(all(feature = "curve-ed25519", not(feature = "alloc")))]
209-
use curve25519_dalek as _;
209+
use curve25519 as _;
210210
}
211211

212212
/// Common traits for points and scalars

0 commit comments

Comments
 (0)