Skip to content

Commit

Permalink
Testing Rust 1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet committed Dec 26, 2023
1 parent 15da382 commit e8ffe93
Show file tree
Hide file tree
Showing 2 changed files with 2 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.67.0

- run: >-
cargo check
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.67"

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

0 comments on commit e8ffe93

Please sign in to comment.