diff --git a/Cargo.lock b/Cargo.lock index 5adc1e1..4e54f81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2541,7 +2541,7 @@ dependencies = [ [[package]] name = "peach-web" -version = "0.4.14" +version = "0.4.15" dependencies = [ "env_logger 0.8.4", "log 0.4.14", diff --git a/peach-web/Cargo.toml b/peach-web/Cargo.toml index 9cd8bb2..648de74 100644 --- a/peach-web/Cargo.toml +++ b/peach-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peach-web" -version = "0.4.14" +version = "0.4.15" authors = ["Andrew Reid "] edition = "2018" description = "peach-web is a web application which provides a web interface for monitoring and interacting with the PeachCloud device. This allows administration of the single-board computer (ie. Raspberry Pi) running PeachCloud, as well as the ssb-server and related plugins." diff --git a/peach-web/Rocket.toml b/peach-web/Rocket.toml index b678c04..1af1b71 100644 --- a/peach-web/Rocket.toml +++ b/peach-web/Rocket.toml @@ -1,5 +1,5 @@ [default] -secret = "VYVUDivXvu8g6llxeJd9F92pMfocml5xl/Jjv5Sk4yw=" +secret_key = "VYVUDivXvu8g6llxeJd9F92pMfocml5xl/Jjv5Sk4yw=" [development] template_dir = "templates/"