diff options
author | debris <marek.kotewicz@gmail.com> | 2017-06-23 23:16:25 +0200 |
---|---|---|
committer | debris <marek.kotewicz@gmail.com> | 2017-06-23 23:16:25 +0200 |
commit | 86854fddbd342374eecda4bd29cab43576850db8 (patch) | |
tree | 3696cc728dcf3913cee56e8f57d9b0ed281ccd50 /src | |
parent | 5b7a61973687e5a6627e8657a3e4e76f886f02f9 (diff) | |
download | milf-rs-86854fddbd342374eecda4bd29cab43576850db8.tar.gz milf-rs-86854fddbd342374eecda4bd29cab43576850db8.zip |
updated toml version in the docs 0.4.2
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ //! ```toml //! [package] //! name = "toml" -//! version = "0.2.1" +//! version = "0.4.2" //! authors = ["Alex Crichton <alex@alexcrichton.com>"] //! //! [dependencies] |