Skip to content

Commit

Permalink
Update Marker to v0.4.0 🎃
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet committed Nov 16, 2023
1 parent 9d6b7ce commit 01587f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
# Marker is required for UI tests
- uses: rust-marker/marker@v0.3
- uses: rust-marker/marker@v0.4
with:
install-only: true
- run: cargo test
Expand All @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: rust-marker/marker@v0.3
- uses: rust-marker/marker@v0.4
with:
install-only: true

Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
marker_api = "0.3"
marker_utils = "0.3"
marker_api = "0.4"
marker_utils = "0.4"

[dev-dependencies]
marker_uitest = "0.3"
marker_uitest = "0.4"

[[test]]
name = "uitest"
harness = false

[workspace.metadata.marker.lints]
marker_lints = "0.3"
marker_lints = "0.4"
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# on the stable channel as usual

[toolchain]
channel = "nightly-2023-08-24"
channel = "nightly-2023-10-05"
components = ["cargo", "clippy", "rustc", "rustc-dev", "rustfmt", "llvm-tools"]
2 changes: 1 addition & 1 deletion tests/ui/hello_marker.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ warning: hello, main (From Marker)
7 | | }
| |_^
|
= note: `#[warn(marker::my_lint)]` on by default
= note: `#[warn(marker::lint_crate_template::my_lint)]` on by default

warning: 1 warning emitted

0 comments on commit 01587f1

Please sign in to comment.