Skip to content

Commit

Permalink
build: set rust-version=1.63.0
Browse files Browse the repository at this point in the history
Per discussion on [this urlo
thread](https://users.rust-lang.org/t/best-community-practices-for-msrv/119566),
there is no firm rule on utilization of MSRV. Here, we will opt to
advertise a MSRV that is compatible w/ `reqwest`'s current MSRV, and
compatible with this crate's current dependencies. Note that the
dependency `time` must be `0.3.20` or earlier to satisfy this MSRV; as
MSRV increase is not considered a semver breaking change, we do not
restrict our specification of the `time` dependency to uphold any
guarantee here :(.
  • Loading branch information
pfernie committed Oct 19, 2024
1 parent 05b3187 commit 18f9a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Implementation of Cookie storage and retrieval"
name = "cookie_store"
version = "0.21.0" # managed by release.sh
edition = "2021"
rust-version = "1.67.1"
rust-version = "1.63.0"
repository = "https://github.com/pfernie/cookie_store"
documentation = "https://docs.rs/cookie_store"
readme = "README.md"
Expand Down

0 comments on commit 18f9a3b

Please sign in to comment.