Skip to content

Commit

Permalink
chore: bump rust msrv & allow CI to find it
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Jan 12, 2024
1 parent b92b2dc commit 9bd0f0f
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.workspace = true
rust-version = "1.72" # allows msrv verify to work in CI

[dependencies]
ahash = "0.8.6"
Expand Down Expand Up @@ -151,7 +151,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.71.1"
rust-version = "1.72"

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

0 comments on commit 9bd0f0f

Please sign in to comment.