Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Update Deps and increase MSRV to 1.70 #342

Merged
merged 1 commit into from
Dec 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading