Skip to content

Commit

Permalink
Chore: Update Deps and increase MSRV to 1.70 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet authored Dec 27, 2023
1 parent 1287fbb commit a6c8805
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
# we ship pre-compiled binaries (#193). This way users wouldn't
# need to compile `cargo-marker` from sources and depend on the
# toolchain version that they have installed in their environment.
toolchain: 1.66.0
toolchain: 1.70.0

- run: >-
cargo check
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The following components are considered to be internal and they are excluded fro
## [Unreleased]

[#322]: https://github.com/rust-marker/marker/pull/322
[#342]: https://github.com/rust-marker/marker/pull/342

### Added

Expand All @@ -38,6 +39,7 @@ The following components are considered to be internal and they are excluded fro
- [#322]: Renamed `sem::TyKind::FnTy` -> `sem::TyKind::Fn`
- [#322]: Renamed `sem::TyKind::ClosureTy` -> `sem::TyKind::Closure`
- [#322]: Renamed `sem::ClosureTy::closure_ty_id` -> `sem::ClosureTy::def_id`
- [#342]: Increased minimal rust version to build `cargo_marker` to 1.70

## [0.4.3] - 2023-12-02

Expand Down
Loading

0 comments on commit a6c8805

Please sign in to comment.