Skip to content

Commit 82c32fd

Browse files
committed
Update num-derive 0.3 in src/lib.rs
1 parent a1588a6 commit 82c32fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
#![crate_type = "proc-macro"]
12-
#![doc(html_root_url = "https://docs.rs/num-derive/0.2")]
12+
#![doc(html_root_url = "https://docs.rs/num-derive/0.3")]
1313
#![recursion_limit = "512"]
1414

1515
//! Procedural macros to derive numeric traits in Rust.
@@ -21,7 +21,7 @@
2121
//! ```toml
2222
//! [dependencies]
2323
//! num-traits = "0.2"
24-
//! num-derive = "0.2"
24+
//! num-derive = "0.3"
2525
//! ```
2626
//!
2727
//! Then you can derive traits on your own types:

0 commit comments

Comments
 (0)