Skip to content

Commit

Permalink
upgrade shadow-rs#0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Nov 19, 2021
1 parent 18ae95e commit f39b508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.8.0"
version = "0.8.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 @@ -48,10 +48,10 @@ Modify your `Cargo.toml` like so:
build = "build.rs"

[dependencies]
shadow-rs = "0.7"
shadow-rs = "0.8"

[build-dependencies]
shadow-rs = "0.7"
shadow-rs = "0.8"
```

### 2) Create `build.rs` file
Expand Down

0 comments on commit f39b508

Please sign in to comment.