Page MenuHomePhabricator

[keyserver] Removing from the rust-node-addon gitignore and populate it
ClosedPublic

Authored by max on Feb 20 2023, 3:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 21, 9:03 PM
Unknown Object (File)
Sun, Apr 21, 9:03 PM
Unknown Object (File)
Sun, Apr 21, 9:03 PM
Unknown Object (File)
Sun, Apr 21, 9:01 PM
Unknown Object (File)
Mar 15 2024, 3:46 PM
Unknown Object (File)
Feb 22 2024, 10:22 AM
Unknown Object (File)
Feb 22 2024, 4:50 AM
Unknown Object (File)
Feb 22 2024, 4:02 AM
Subscribers

Details

Summary

This diff removes Cargo.lock file from the .gitignore in the rust-node-addon and populates this file. We should add a lock file to lock the dependencies versions and avoid possible errors due to the versions inconsistency.

Linear task: ENG-3048

Test Plan

Running yarn cleaninstall from the root of the project results in a successful build of the rust-node-addon library as a part of the dependencies.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable