Skip to content

Commit

Permalink
Some minor doc updates, no functionality changed (#40)
Browse files Browse the repository at this point in the history
* Some minor doc updates, no functionality changed

* description fix

* description fix

* publish fix

* README.md pudate
  • Loading branch information
CraZySacX committed Feb 15, 2021
1 parent 235e0eb commit 862f1e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -5,12 +5,12 @@ description = "Generate build, git, and rustc related 'cargo:rustc-env' instruct
documentation = "http://docs.rs/vergen"
edition = "2018"
homepage = "http://github.com/rustyhorde/vergen"
keywords = ["cargo", "instructions", "semver", "git", "build.rs"]
keywords = ["cargo", "instructions", "build", "tool"]
license = "MIT OR Apache-2.0"
name = "vergen"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
version = "4.0.0"
version = "4.0.1"

[features]
default = ["build", "git", "rustc"]
Expand Down
2 changes: 2 additions & 0 deletions README.md
@@ -1,4 +1,6 @@
# vergen
Generate build, git, and rustc related 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the env! macro

## Current Release
[![Crates.io](https://img.shields.io/crates/v/vergen.svg)](https://crates.io/crates/vergen)
[![Crates.io](https://img.shields.io/crates/l/vergen.svg)](https://crates.io/crates/vergen)
Expand Down

0 comments on commit 862f1e8

Please sign in to comment.