-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* version bump for next release * rustfmt & clippy only on stable, tweak test * action tweaks * action tweaks * More actions tweaks * cache tweaks
- Loading branch information
Showing
3 changed files
with
76 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
authors = ["Jason Ozias <[email protected]>"] | ||
categories = ["development-tools", "development-tools::build-utils"] | ||
description = "Generate build, git, and rustc related 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the env! macro" | ||
description = "Generate 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the env! macro" | ||
documentation = "http://docs.rs/vergen" | ||
edition = "2018" | ||
homepage = "http://github.com/rustyhorde/vergen" | ||
|
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0" | |
name = "vergen" | ||
readme = "README.md" | ||
repository = "https://github.com/rustyhorde/vergen" | ||
version = "5.0.1" | ||
version = "5.1.0" | ||
|
||
[features] | ||
default = ["build", "cargo", "git", "rustc", "si"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters