mirror of
https://github.com/actix/examples
synced 2025-06-28 18:00:37 +02:00
edition = 2021
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
name = "cookie-auth"
|
||||
version = "2.0.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "3"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "cookie-session"
|
||||
version = "1.0.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "3"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "redis_session"
|
||||
version = "2.0.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "dowwie <dkcdkg@gmail.com>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "3"
|
||||
|
Reference in New Issue
Block a user