update Cargo.lock on morph
This commit is contained in:
parent
187019a318
commit
9a695c06b5
3
init.sh
3
init.sh
|
|
@ -75,4 +75,7 @@ grep -l -r PROJECT_NAME | xargs sed -i "s/PROJECT_NAME/$ident/g"
|
|||
pascal=$(echo -n $ident | LC_ALL=C tr '_' '\n' | LC_ALL=C awk -v FIELDWIDTHS='1 1000' -v ORS='' '{print toupper($1) $2}')
|
||||
grep -l -r PROJECTNAME | xargs sed -i "s/PROJECTNAME/$pascal/g"
|
||||
|
||||
# another hack, to update Cargo.lock
|
||||
cargo tree >/dev/null
|
||||
|
||||
git commit -a -m "MORPH INTO: $name"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user