Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Jun 24, 2021
1 parent 60e7a5d commit 815b4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadow-rs"
version = "0.6.0"
version = "0.6.1"
authors = ["baoyachi <[email protected]>"]
edition = "2018"
description = "A build-time information stored in your rust project"
Expand All @@ -20,4 +20,4 @@ git2 = { version = "0.13.8", default-features = false, optional = true }
default = ["git2"]

[workspace]
members = ["example_shadow", "example_shadow_hook"]
members = ["example_shadow", "example_shadow_hook"]

0 comments on commit 815b4ae

Please sign in to comment.