chore: bump rauth revision and version to 0.5.3-alpha.11

This commit is contained in:
Paul
2021-11-28 17:58:24 +00:00
parent 4474061103
commit 0fe63e3955
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -2577,7 +2577,7 @@ dependencies = [
[[package]]
name = "rauth"
version = "1.0.0"
source = "git+https://github.com/insertish/rauth?rev=775a6f3ffb9ffc0e382af32fac2924e9a707e890#775a6f3ffb9ffc0e382af32fac2924e9a707e890"
source = "git+https://github.com/insertish/rauth?rev=157263ffcbd6cb1073e288b215db227634c4c29a#157263ffcbd6cb1073e288b215db227634c4c29a"
dependencies = [
"async-std",
"base32",

View File

@@ -50,7 +50,7 @@ async-std = { version = "1.8.0", features = ["tokio1", "tokio02", "attributes"]
web-push = "0.7.2"
many-to-many = "0.1.2"
lettre = "0.10.0-alpha.4"
rauth = { git = "https://github.com/insertish/rauth", rev = "775a6f3ffb9ffc0e382af32fac2924e9a707e890" }
rauth = { git = "https://github.com/insertish/rauth", rev = "157263ffcbd6cb1073e288b215db227634c4c29a" }
hive_pubsub = { git = "https://gitlab.insrt.uk/insert/hive", rev = "b0f3db9d33990530d7640d4bbb309c8d9eb5c0cf", features = ["redis-backend"] }
# redis

View File

@@ -1,3 +1,3 @@
#!/bin/bash
export version=0.5.3-alpha.10
export version=0.5.3-alpha.11
echo "pub const VERSION: &str = \"${version}\";" > src/version.rs

View File

@@ -1 +1 @@
pub const VERSION: &str = "0.5.3-alpha.10";
pub const VERSION: &str = "0.5.3-alpha.11";