Skip to content

Commit e5e7934

Browse files
authored
[dependencies] add Cargo.lock (#65)
* [dependencies] removed unused dependencies ran cargo +nightly udeps to find then remove unused dependencies Signed-off-by: danbugs <danilochiarlone@gmail.com> * [dependencies] removed Cargo.lock from .gitignore and included updated Cargo.lock ran cargo update to update the Cargo.lock Signed-off-by: danbugs <danilochiarlone@gmail.com> * [dependencies] bringing back uuid but as a dev-dependency Signed-off-by: danbugs <danilochiarlone@gmail.com> * [dependencies] re-adding rust-embed and sha256 as windows dependencies Signed-off-by: danbugs <danilochiarlone@gmail.com> --------- Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 558915f commit e5e7934

File tree

4 files changed

+3501
-13
lines changed

4 files changed

+3501
-13
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -457,10 +457,6 @@ $RECYCLE.BIN/
457457

458458
# Rust build artifacts
459459
**/**target
460-
**/Cargo.lock
461-
!src/tests/rust_guests/callbackguest/Cargo.lock
462-
!src/tests/rust_guests/simpleguest/Cargo.lock
463-
!src/tests/rust_guests/dummyguest/Cargo.lock
464460
libhyperlight_host.so
465461
libhyperlight_host.d
466462
hyperlight_host.dll

0 commit comments

Comments
 (0)