mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: sidebar UI Revamp on Desktop (#5343)
This commit is contained in:
@ -17,7 +17,7 @@ switch_deps() {
|
||||
# Switch to local paths
|
||||
for crate in collab collab-folder collab-document collab-database collab-plugins collab-user collab-entity collab-sync-protocol collab-persistence; do
|
||||
sed -i '' \
|
||||
-e "s#${crate} = { git = \"https://github.com/AppFlowy-IO/AppFlowy-Collab\", rev = \"[a-f0-9]*\" }#${crate} = { path = \"$repo_path/$crate\" }#g" \
|
||||
-e "s#${crate} = { .*git = \"https://github.com/AppFlowy-IO/AppFlowy-Collab\".* }#${crate} = { path = \"$repo_path/$crate\" }#g" \
|
||||
"$cargo_toml"
|
||||
done
|
||||
echo "Switched to local paths in $cargo_toml."
|
||||
@ -38,4 +38,4 @@ fi
|
||||
|
||||
# Switch dependencies in both Cargo.toml files
|
||||
switch_deps "$CARGO_TOML_1" "$REPO_RELATIVE_PATH_1"
|
||||
switch_deps "$CARGO_TOML_2" "$REPO_RELATIVE_PATH_2"
|
||||
switch_deps "$CARGO_TOML_2" "$REPO_RELATIVE_PATH_2"
|
Reference in New Issue
Block a user