Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Mar 19, 2022
1 parent cee2197 commit e5d4d55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadow-rs"
version = "0.10.0"
version = "0.10.1"
authors = ["baoyachi <[email protected]>"]
edition = "2021"
description = "A build-time information stored in your rust project"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!())]
//!
Expand Down

0 comments on commit e5d4d55

Please sign in to comment.