From e5d4d5598b05bb5e8d3641de14692acd5718e803 Mon Sep 17 00:00:00 2001 From: baoyachi Date: Sat, 19 Mar 2022 23:36:14 +0800 Subject: [PATCH] update readme --- Cargo.toml | 2 +- README.md | 4 ++-- src/lib.rs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 62aa2f6..31766ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadow-rs" -version = "0.10.0" +version = "0.10.1" authors = ["baoyachi "] edition = "2021" description = "A build-time information stored in your rust project" diff --git a/README.md b/README.md index 5708786..a728e9e 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ Modify your `Cargo.toml` like so: build = "build.rs" [dependencies] -shadow-rs = "0.9" +shadow-rs = "{latest version}" [build-dependencies] -shadow-rs = "0.9" +shadow-rs = "{latest version}" ``` ### 2) Create `build.rs` file diff --git a/src/lib.rs b/src/lib.rs index 19ea153..4d606a9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -73,10 +73,10 @@ //! build = "build.rs" //! //! [dependencies] -//! shadow-rs = "0.9" +//! shadow-rs = "{latest version}" //! //! [build-dependencies] -//! shadow-rs = "0.9" +//! shadow-rs = "{latest version}" //! ``` #![cfg_attr(feature = "document-features", doc = document_features::document_features!())] //!