Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Aug 16, 2020
1 parent 21c8be0 commit db3aa51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ in your `cargo.toml` `packgae` with package add with below config
build = "build.rs"

[dependencies]
shadow_rs = "0.3.0"
shadow_rs = "0.3"

[build-dependencies]
shadow_rs = "0.3.0"
shadow_rs = "0.3"
```

## step 2
Expand Down
4 changes: 2 additions & 2 deletions example_shadow/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 = "0.3.7"
shadow-rs = "0.3"

[build-dependencies]
shadow-rs = "0.3.7"
shadow-rs = "0.3"

0 comments on commit db3aa51

Please sign in to comment.