Skip to content

Commit

Permalink
Merge pull request #3856 from niyaznigmatullin/bump_cpp_build_version
Browse files Browse the repository at this point in the history
Bump `cpp_build` version
  • Loading branch information
sylvestre authored Aug 20, 2022
2 parents 928fe73 + b3cab32 commit 2aede03
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 98 deletions.
127 changes: 35 additions & 92 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,10 @@ skip = [
{ name = "clap", version = "=2.34.0" },
{ name = "strsim", version = "=0.8.0" },
{ name = "textwrap", version = "=0.11.0" },
{ name = "cpp_common", version = "=0.4.0" },
# quickcheck
{ name = "env_logger", version = "=0.8.4" },
# tempfile
{ name = "remove_dir_all", version = "=0.5.3" },
# cpp_*
{ name = "memchr", version = "=1.0.2" },
{ name = "quote", version = "=0.3.15" },
{ name = "unicode-xid", version = "=0.0.4" },
]
# spell-checker: enable

Expand Down
2 changes: 1 addition & 1 deletion src/uu/stdbuf/src/libstdbuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ libc = "0.2"
uucore = { version=">=0.0.15", package="uucore", path="../../../../uucore" }

[build-dependencies]
cpp_build = "0.4"
cpp_build = "0.5"

0 comments on commit 2aede03

Please sign in to comment.