Skip to content

Commit

Permalink
bump rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpaulino committed Feb 8, 2024
1 parent 264d50a commit ed3c330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository.workspace = true
authors.workspace = true
homepage.workspace = true
license.workspace = true
rust-version = "1.72" # allows msrv verify to work in CI
rust-version = "1.74.1" # allows msrv verify to work in CI

[dependencies]
anyhow = { workspace = true }
Expand Down Expand Up @@ -149,7 +149,7 @@ edition = "2021"
homepage = "https://lurk-lang.org/"
license = "MIT OR Apache-2.0"
repository = "https://github.com/lurk-lab/lurk-rs"
rust-version = "1.72"
rust-version = "1.74.1"

[[bin]]
name = "lurk"
Expand Down

0 comments on commit ed3c330

Please sign in to comment.