Removed async-circe submodule

This commit is contained in:
famfo 2021-12-28 15:46:19 +01:00
parent d5226b5f3f
commit 27ab5378cd
4 changed files with 4 additions and 7 deletions

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "async-circe"]
path = async-circe
url = ssh://gitea@git.karx.xyz:1604/circe/async-circe.git

4
Cargo.lock generated
View file

@ -28,7 +28,9 @@ checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"
[[package]]
name = "async-circe"
version = "0.1.5"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "716029db6b1fe9d8ee8f67637e2cd5d52d467027efed04240b77e4c1e2827815"
dependencies = [
"async-native-tls",
"tokio",

View file

@ -15,6 +15,5 @@ rspotify = "0.11"
htmlescape = "0.3"
toml = "0.5"
serde = "1.0"
async-circe = "0.1.1"
[dependencies.async-circe]
path = "async-circe/"

@ -1 +0,0 @@
Subproject commit 1ede9a1b03d6692e4cdb21bc021737b5c4b7403b