Skip to content

Commit

Permalink
Merge pull request #46 from dcampbell24/change-edition-set-rust-version
Browse files Browse the repository at this point in the history
Set the rust-version, update edition.
  • Loading branch information
pfernie authored Oct 19, 2024
2 parents 50c1e36 + 18f9a3b commit 5063890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ authors = ["Patrick Fernie <[email protected]>"]
description = "Implementation of Cookie storage and retrieval"
name = "cookie_store"
version = "0.21.0" # managed by release.sh
edition = "2018"
edition = "2021"
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 5063890

Please sign in to comment.