chore: bump quark revision

This commit is contained in:
Paul Makles
2022-04-28 17:55:47 +01:00
parent 247c059f29
commit 6a7e7e9501
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -3098,7 +3098,7 @@ dependencies = [
[[package]]
name = "revolt-quark"
version = "0.1.0"
source = "git+https://github.com/revoltchat/quark?rev=7492233a28acefb2d460cfb502e86f2e4a0eb943#7492233a28acefb2d460cfb502e86f2e4a0eb943"
source = "git+https://github.com/revoltchat/quark?rev=dd3c1283a0398a4ee575a0a4c6e81c1f4aebcb46#dd3c1283a0398a4ee575a0a4c6e81c1f4aebcb46"
dependencies = [
"async-recursion",
"async-std",

View File

@@ -69,5 +69,5 @@ schemars = "0.8.8"
rocket_okapi = { git = "https://github.com/insertish/okapi", rev = "dcf0df115596ee07a587a7a543cddf3d7944645b", features = [ "swagger" ] }
# quark
revolt-quark = { git = "https://github.com/revoltchat/quark", rev = "7492233a28acefb2d460cfb502e86f2e4a0eb943" }
revolt-quark = { git = "https://github.com/revoltchat/quark", rev = "dd3c1283a0398a4ee575a0a4c6e81c1f4aebcb46" }
# revolt-quark = { path = "../quark" }