Skip to content

Commit

Permalink
Increase MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-karpenko committed Sep 18, 2024
1 parent e3e7cec commit 53aef41
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
rust:
- stable
- beta
- 1.75.0
- 1.77.2
k8s:
- v1.26
- latest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Oleksii Karpenko <alexkarpenko@yahoo.com>"]
categories = ["api-bindings", "asynchronous"]
description = "Ergonomic and reliable leader election using Kubernetes Lease API."
edition = "2021"
rust-version = "1.75"
rust-version = "1.77.2"
homepage = "https://github.com/alex-karpenko/kube-lease-manager"
keywords = ["kubernetes", "async", "lease", "leader", "election"]
license = "MIT"
Expand Down

0 comments on commit 53aef41

Please sign in to comment.