Skip to content

Commit

Permalink
fix cargo tree
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Nov 22, 2020
1 parent 824ce42 commit d7c76af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3.16"
version = "0.3.17"
authors = ["baoyachi <liaoymxsdl@gmail.com>"]
edition = "2018"
description = "A tool record compiled project much information,version info,dependence info.Like shadow,if compiled,never change.forever follow your project."
Expand Down
2 changes: 1 addition & 1 deletion src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub fn new_system_env(

env.map.insert(
CARGO_TREE,
ConstVal::new("display build cargo dependencies.\n#[stable(since = \"1.44.0\")]"),
ConstVal::new("display build cargo dependencies.It's used by rust version 1.44.0"),
);

env.map.insert(
Expand Down

0 comments on commit d7c76af

Please sign in to comment.