mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-10 04:57:06 +00:00
Compare commits
3 Commits
0.5.3-3
...
0.5.3-5-pa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44311c87be | ||
|
|
ee9622251a | ||
|
|
d13573eb45 |
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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=076755e513aa6b1e955cf917f60aad9e62a73883#076755e513aa6b1e955cf917f60aad9e62a73883"
|
||||
dependencies = [
|
||||
"async-recursion",
|
||||
"async-std",
|
||||
|
||||
@@ -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 = "076755e513aa6b1e955cf917f60aad9e62a73883" }
|
||||
# revolt-quark = { path = "../quark" }
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
export version=0.5.3-3
|
||||
export version=0.5.3-5-patch.2
|
||||
echo "pub const VERSION: &str = \"${version}\";" > src/version.rs
|
||||
|
||||
@@ -1 +1 @@
|
||||
pub const VERSION: &str = "0.5.3-3";
|
||||
pub const VERSION: &str = "0.5.3-5-patch.2";
|
||||
|
||||
Reference in New Issue
Block a user