1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

prepare actix-session release 0.6.0

This commit is contained in:
Rob Ede
2022-03-15 16:29:37 +00:00
parent 2d63973654
commit 010a905dca
4 changed files with 17 additions and 15 deletions

View File

@ -1,11 +1,11 @@
[package]
name = "actix-session"
version = "0.5.0"
version = "0.6.0"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Luca Palmieri <rust@lpalmieri.com>",
]
description = "Sessions for Actix Web"
description = "Session management for Actix Web"
keywords = ["http", "web", "framework", "async", "session"]
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-extras.git"