Skip to content

Commit

Permalink
Cargo.toml: Bump license-exprs to 1.4.0
Browse files Browse the repository at this point in the history
And then update Cargo.lock with:

  $ cargo build

This bumps us from the SPDX License List 2.4 to 3.1.  Some 2.4
identifiers have since been deprecated by SPDX, but none of them have
been removed, so it should be safe to deploy this before bumping Cargo
and its docs (which mention 2.4 since [1]).

[1]: rust-lang/cargo#4898
  • Loading branch information
wking committed Jul 10, 2018
1 parent 0666318 commit 45217ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ log = "0.3"
env_logger = "0.5"
hex = "0.3"
htmlescape = "0.3.1"
license-exprs = "^1.3"
license-exprs = "^1.4"
dotenv = "0.11.0"
toml = "0.4"
diesel = { version = "1.3.0", features = ["postgres", "serde_json", "chrono", "r2d2"] }
Expand Down

0 comments on commit 45217ad

Please sign in to comment.