Skip to content

Commit

Permalink
Merge pull request #278 from oli-obk/push-qxuollxmvlzn
Browse files Browse the repository at this point in the history
Bump msrv to keep in sync with our dependencies
  • Loading branch information
oli-obk authored Dec 3, 2024
2 parents 834207b + 61ceb9a commit e6c0f06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- rust: stable
- rust: beta
- rust: nightly
- rust: 1.73.0
- rust: 1.78.0
steps:
- uses: actions/checkout@v2
- name: Install rust
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "cargo_metadata"
version = "0.19.0"
version = "0.19.1"
authors = ["Oliver Schneider <[email protected]>"]
repository = "https://github.com/oli-obk/cargo_metadata"
description = "structured access to the output of `cargo metadata`"
license = "MIT"
readme = "README.md"
edition = "2021"
rust-version = "1.73.0"
rust-version = "1.78.0"

[dependencies]
camino = { version = "1.0.7", features = ["serde1"] }
Expand Down
2 changes: 1 addition & 1 deletion src/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl<'de> de::Deserialize<'de> for ArtifactDebuginfo {
{
struct Visitor;

impl<'de> de::Visitor<'de> for Visitor {
impl de::Visitor<'_> for Visitor {
type Value = ArtifactDebuginfo;

fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result {
Expand Down

0 comments on commit e6c0f06

Please sign in to comment.