mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: create the default workspace on cloud when using appflowy cloud (#4040)
* chore: sync strategy for collab type * chore: update rev id * chore: update rev id * ci: fix test * ci: fix test
This commit is contained in:
@ -30,7 +30,7 @@ chrono = { workspace = true, default-features = false, features = ["clock"] }
|
||||
rust_decimal = "1.28.1"
|
||||
rusty-money = {version = "0.4.1", features = ["iso"]}
|
||||
lazy_static = "1.4.0"
|
||||
indexmap = {version = "1.9.2", features = ["serde"]}
|
||||
indexmap = {version = "2.1.0", features = ["serde"]}
|
||||
url = { version = "2"}
|
||||
fancy-regex = "0.11.0"
|
||||
futures.workspace = true
|
||||
|
Reference in New Issue
Block a user