remove workaround to patch compiler warnings
This commit is contained in:
parent
e99f3ab16f
commit
25fdff1840
@ -1,2 +1,5 @@
|
|||||||
|
* ENHANCEMENT
|
||||||
|
* upgrade to v0.1.2
|
||||||
* INTERNAL
|
* INTERNAL
|
||||||
* simplify repo structure and ci
|
* simplify repo structure and ci
|
||||||
|
* remove workaround to patch compiler warnings
|
||||||
|
3
Makefile
3
Makefile
@ -13,8 +13,7 @@ build: build-src build-bin
|
|||||||
.PHONY: build-src
|
.PHONY: build-src
|
||||||
build-src:
|
build-src:
|
||||||
mkdir -p $(SRC); \
|
mkdir -p $(SRC); \
|
||||||
curl -sSL "https://github.com/ViViDboarder/bitwarden_rs_ldap/archive/$${BUILD_VERSION}.tar.gz" | tar xz -C $(SRC) --strip-components=1; \
|
curl -sSL "https://github.com/ViViDboarder/bitwarden_rs_ldap/archive/$${BUILD_VERSION}.tar.gz" | tar xz -C $(SRC) --strip-components=1
|
||||||
grep -rlI 'Box<Error>' $(SRC)/src/ | xargs sed -i 's/Box<Error>/Box<dyn Error>/g'
|
|
||||||
|
|
||||||
.PHONY: build-bin
|
.PHONY: build-bin
|
||||||
build-bin:
|
build-bin:
|
||||||
|
Reference in New Issue
Block a user