chore: update version to 0.2.0
This commit is contained in:
parent
b8a961a936
commit
00a1f0d5a8
3 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1190,7 +1190,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "warden-worker"
|
name = "warden-worker"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"axum",
|
"axum",
|
||||||
"base64 0.21.7",
|
"base64 0.21.7",
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
[package]
|
[package]
|
||||||
name = "warden-worker"
|
name = "warden-worker"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["deepubuntu"]
|
authors = ["qaz741wsd856"]
|
||||||
|
|
||||||
[package.metadata.release]
|
[package.metadata.release]
|
||||||
release = false
|
release = false
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@ There are no immediate plans to implement these features. The primary goal of th
|
||||||
|
|
||||||
This will deploy the worker and set up the necessary database tables.
|
This will deploy the worker and set up the necessary database tables.
|
||||||
|
|
||||||
5. **Set environment variables**
|
5. **Set environment variables** as `Secret`
|
||||||
|
|
||||||
- `ALLOWED_EMAILS` your-email@example.com
|
- `ALLOWED_EMAILS` your-email@example.com
|
||||||
- `JWT_SECRET` a long random string
|
- `JWT_SECRET` a long random string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue