Skip to content

Commit

Permalink
Bump typenum version
Browse files Browse the repository at this point in the history
Starting with 1.3 it's a 2018-edition crate, so it doesn't need [macro-use] anymore.
  • Loading branch information
fjarri committed Mar 26, 2021
1 parent c070b39 commit 62dda02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion umbral-pre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ aead = { version = "0.3", features = ["heapless"] }
ecdsa = "0.10"
signature = "1.2"
rand_core = { version = "0.5", default-features = false, features = ["getrandom"] }
typenum = "1.12"
typenum = "1.13" # typenum is a 2018-edition crate starting from 1.13
getrandom = { version = "0.1", default-features = false, features = ["wasm-bindgen"] }
subtle = { version = "2.4", default-features = false }

Expand Down
3 changes: 0 additions & 3 deletions umbral-pre/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@

extern crate alloc;

#[macro_use]
extern crate typenum;

pub mod bench; // Re-export some internals for benchmarks.
mod capsule;
mod capsule_frag;
Expand Down

0 comments on commit 62dda02

Please sign in to comment.