diff --git a/Cargo.lock b/Cargo.lock index 909a4330..c8bc8883 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=d16dc5f92ea0d9ad6ada829f3b68408a8fa5d442#d16dc5f92ea0d9ad6ada829f3b68408a8fa5d442" +source = "git+https://github.com/revoltchat/quark?rev=9e6969525ec6c4e5523a4751664c5114d5d59f34#9e6969525ec6c4e5523a4751664c5114d5d59f34" dependencies = [ "async-recursion", "async-std", diff --git a/Cargo.toml b/Cargo.toml index e39841ba..f52a82cd 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 = "d16dc5f92ea0d9ad6ada829f3b68408a8fa5d442" } +revolt-quark = { git = "https://github.com/revoltchat/quark", rev = "9e6969525ec6c4e5523a4751664c5114d5d59f34" } # revolt-quark = { path = "../quark" } diff --git a/set_version.sh b/set_version.sh index 5a636f3f..b21aa95b 100755 --- a/set_version.sh +++ b/set_version.sh @@ -1,3 +1,3 @@ #!/bin/bash -export version=0.5.3-3 +export version=0.5.3-4 echo "pub const VERSION: &str = \"${version}\";" > src/version.rs diff --git a/src/version.rs b/src/version.rs index 688e7e7c..232793a3 100644 --- a/src/version.rs +++ b/src/version.rs @@ -1 +1 @@ -pub const VERSION: &str = "0.5.3-3"; +pub const VERSION: &str = "0.5.3-4";