Skip to content

Commit

Permalink
Update deps (#358)
Browse files Browse the repository at this point in the history
* Reorg files a bit

* Update dependencies

Big change due to the semver 1.0 release, as well as a small change for cargo.

* Bump spdx + MSRV

* Add .gitattributes to force LF

* Fixup shenanigans

* Update docs
  • Loading branch information
Jake-Shadle authored Jul 20, 2021
1 parent c20a606 commit 2dfd5f6
Show file tree
Hide file tree
Showing 21 changed files with 729 additions and 970 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text eol=lf
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: "1.46.0"
toolchain: "1.53.0"
override: true
- run: cargo fetch
- name: cargo check
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate
### Changed
- [PR#358](https://github.com/EmbarkStudios/cargo-deny/pull/358) bumped the Minimum Stable Rust Version to **1.53.0**.
- [PR#358](https://github.com/EmbarkStudios/cargo-deny/pull/358) bumped various dependencies, notably `semver` to `1.0.3`.

## [0.9.1] - 2021-03-26
### Changed
- Updated dependencies
Expand Down
Loading

0 comments on commit 2dfd5f6

Please sign in to comment.