From c59c4146c4b47fa1b14e7b9c94f9dbf564a736b1 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sun, 8 May 2022 10:13:45 +0100 Subject: [PATCH] chore: bump quark, fixes #156 --- Cargo.lock | 2 +- Cargo.toml | 2 +- set_version.sh | 2 +- src/version.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24ac33c9..b9c7dab9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2999,7 +2999,7 @@ dependencies = [ [[package]] name = "revolt-quark" version = "0.1.0" -source = "git+https://github.com/revoltchat/quark?rev=0038475bd7203e385d0cb78eb138398d769ec41b#0038475bd7203e385d0cb78eb138398d769ec41b" +source = "git+https://github.com/revoltchat/quark?rev=45706b93d4da11cf3e0f3ca41514c73945bb348d#45706b93d4da11cf3e0f3ca41514c73945bb348d" dependencies = [ "async-recursion", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 57f437cb..74d4589a 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 = "0038475bd7203e385d0cb78eb138398d769ec41b" } +revolt-quark = { git = "https://github.com/revoltchat/quark", rev = "45706b93d4da11cf3e0f3ca41514c73945bb348d" } # revolt-quark = { path = "../quark" } diff --git a/set_version.sh b/set_version.sh index fad28050..c97229ce 100755 --- a/set_version.sh +++ b/set_version.sh @@ -1,3 +1,3 @@ #!/bin/bash -export version=0.5.3 +export version=0.5.3-patch.2 echo "pub const VERSION: &str = \"${version}\";" > src/version.rs diff --git a/src/version.rs b/src/version.rs index b6b78bba..07740ef4 100644 --- a/src/version.rs +++ b/src/version.rs @@ -1 +1 @@ -pub const VERSION: &str = "0.5.3"; +pub const VERSION: &str = "0.5.3-patch.2";