Skip to content

Commit

Permalink
std->core
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Feb 4, 2024
1 parent 7dbf670 commit 32cdaa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ed25519-compact"
version = "2.1.0"
version = "2.1.1"
authors = ["Frank Denis <[email protected]>"]
edition = "2018"
description = "A small, self-contained, wasm-friendly Ed25519 implementation"
Expand Down
2 changes: 1 addition & 1 deletion src/ed25519.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use core::convert::TryFrom;
use core::fmt;
use core::ops::{Deref, DerefMut};
use std::convert::TryFrom;

use super::common::*;
#[cfg(feature = "blind-keys")]
Expand Down

0 comments on commit 32cdaa6

Please sign in to comment.