diff --git a/Cargo.lock b/Cargo.lock index c8bc8883..4f22bbe2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3009,7 +3009,7 @@ dependencies = [ [[package]] name = "revolt-quark" version = "0.1.0" -source = "git+https://github.com/revoltchat/quark?rev=9e6969525ec6c4e5523a4751664c5114d5d59f34#9e6969525ec6c4e5523a4751664c5114d5d59f34" +source = "git+https://github.com/revoltchat/quark?rev=788ea6c4aa376e9f0ff7df097cd5ab98e9831f17#788ea6c4aa376e9f0ff7df097cd5ab98e9831f17" dependencies = [ "async-recursion", "async-std", diff --git a/Cargo.toml b/Cargo.toml index f52a82cd..efd832ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,5 +64,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 = "9e6969525ec6c4e5523a4751664c5114d5d59f34" } +revolt-quark = { git = "https://github.com/revoltchat/quark", rev = "788ea6c4aa376e9f0ff7df097cd5ab98e9831f17" } # revolt-quark = { path = "../quark" } diff --git a/set_version.sh b/set_version.sh index b21aa95b..e3e44c9f 100755 --- a/set_version.sh +++ b/set_version.sh @@ -1,3 +1,3 @@ #!/bin/bash -export version=0.5.3-4 +export version=0.5.3-5 echo "pub const VERSION: &str = \"${version}\";" > src/version.rs diff --git a/src/version.rs b/src/version.rs index 232793a3..f7bc03b4 100644 --- a/src/version.rs +++ b/src/version.rs @@ -1 +1 @@ -pub const VERSION: &str = "0.5.3-4"; +pub const VERSION: &str = "0.5.3-5";