depend on typenum 1.3

This commit is contained in:
Trevor Spiteri 2018-08-10 20:05:51 +02:00
parent 0605bf63b2
commit 774635a208
2 changed files with 2 additions and 2 deletions

View File

@ -18,4 +18,4 @@ categories = ["algorithms", "data-structures", "science"]
license = "MIT/Apache-2.0"
[dependencies]
typenum = "1"
typenum = "1.3"

View File

@ -396,7 +396,7 @@ macro_rules! fixed {
"}\n",
"```\n",
"\n",
"[`Unsigned`]: https://docs.rs/typenum/^1/typenum/marker_traits/trait.Unsigned.html\n",
"[`Unsigned`]: https://docs.rs/typenum/^1.3/typenum/marker_traits/trait.Unsigned.html\n",
"[const generics]: https://github.com/rust-lang/rust/issues/44580\n",
"[typenum crate]: https://crates.io/crates/typenum\n"
),