Skip to content

Commit

Permalink
Merge branch 'main' into release/0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Sep 4, 2023
2 parents 03a14f5 + a821740 commit ff454bc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
11 changes: 0 additions & 11 deletions frontend/rust-lib/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions frontend/rust-lib/flowy-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ serde_json = {version = "1.0", optional = true}
serde_repr = { version = "0.1" }
serde = "1.0"
reqwest = { version = "0.11.14", optional = true, features = ["native-tls-vendored"] }
http-error-code = { git = "https://github.com/AppFlowy-IO/AppFlowy-Server", branch = "refactor/appflowy_server", optional = true }
flowy-sqlite = { path = "../flowy-sqlite", optional = true}
r2d2 = { version = "0.8", optional = true}
url = { version = "2.2", optional = true }
Expand All @@ -31,7 +30,6 @@ impl_from_dispatch_error = ["lib-dispatch"]
impl_from_serde = ["serde_json"]
impl_from_reqwest = ["reqwest"]
impl_from_sqlite = ["flowy-sqlite", "r2d2"]
impl_from_appflowy_cloud = ["http-error-code"]
impl_from_collab = ["collab-database", "collab-document", "impl_from_reqwest"]
impl_from_postgres = ["tokio-postgres"]
impl_from_tokio= ["tokio"]
Expand Down
16 changes: 0 additions & 16 deletions frontend/rust-lib/flowy-error/src/impl_from/http_server.rs

This file was deleted.

3 changes: 0 additions & 3 deletions frontend/rust-lib/flowy-error/src/impl_from/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ pub mod reqwest;
#[cfg(feature = "impl_from_sqlite")]
pub mod database;

#[cfg(feature = "impl_from_appflowy_cloud")]
pub mod http_server;

#[cfg(feature = "impl_from_collab")]
pub mod collab;

Expand Down

0 comments on commit ff454bc

Please sign in to comment.