chore: bump quark

This commit is contained in:
Paul Makles
2022-05-18 21:27:54 +01:00
parent d13573eb45
commit ee9622251a
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -3009,7 +3009,7 @@ dependencies = [
[[package]] [[package]]
name = "revolt-quark" name = "revolt-quark"
version = "0.1.0" 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 = [ dependencies = [
"async-recursion", "async-recursion",
"async-std", "async-std",

View File

@@ -64,5 +64,5 @@ schemars = "0.8.8"
rocket_okapi = { git = "https://github.com/insertish/okapi", rev = "dcf0df115596ee07a587a7a543cddf3d7944645b", features = [ "swagger" ] } rocket_okapi = { git = "https://github.com/insertish/okapi", rev = "dcf0df115596ee07a587a7a543cddf3d7944645b", features = [ "swagger" ] }
# quark # 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" } # revolt-quark = { path = "../quark" }

View File

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

View File

@@ -1 +1 @@
pub const VERSION: &str = "0.5.3-4"; pub const VERSION: &str = "0.5.3-5";