Skip to content

Commit

Permalink
Testing Rust 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet committed Dec 26, 2023
1 parent 15da382 commit 1fe06fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version = "0.5.0-dev"
# endregion replace marker version dev

# The MSRV is applied to the public library crates published to crates.io
rust-version = "1.66"
rust-version = "1.70"

[workspace.dependencies]
# region replace marker version dev
Expand Down

0 comments on commit 1fe06fa

Please sign in to comment.