Skip to content

Commit

Permalink
upgrade shadow-rs 0.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Jan 20, 2021
1 parent 8993ee4 commit 67d1de9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 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.5.15"
version = "0.5.16"
authors = ["baoyachi <[email protected]>"]
edition = "2018"
description = "A build script write by Rust"
Expand Down
6 changes: 2 additions & 4 deletions example_shadow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ build = "build.rs"

[dependencies]
clap = "2.33.3"
#shadow-rs = "0.5"
shadow-rs = { path="../" }
shadow-rs = "0.5"

[build-dependencies]
#shadow-rs = "0.5"
shadow-rs = { path="../" }
shadow-rs = "0.5"
4 changes: 2 additions & 2 deletions example_shadow_hook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
shadow-rs = { path = "../" }
shadow-rs = "0.5"

[build-dependencies]
shadow-rs = { path = "../" }
shadow-rs = "0.5"

0 comments on commit 67d1de9

Please sign in to comment.