Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update dependencies and remove justfile - Updated `indexmap` from 2.4.0 to 2.5.0 in `Cargo.lock` - Updated `prost` and related packages from 0.13.1 to 0.13.2 in `Cargo.lock` - Updated `syn` from 2.0.76 to 2.0.77 in `Cargo.lock` - Updated `tokio` from 1.39.3 to 1.40.0 in `Cargo.lock` - Updated `webpki-roots` from 0.26.3 to 0.26.5 in `Cargo.lock` - Modified `README.md` to update development environment setup instructions - Removed `just` dependency and related setup from `dev.sh` - Deleted `justfile` as it is no longer needed * chore: remove unused dependencies and update build scripts - Removed unused dependencies from Cargo.toml files in `cli` and `worker` directories. - Updated `.envrc` to remove paths and environment variables related to `openssl`. - Modified GitHub Actions workflow to replace `just` commands with `make` commands. - Added `makefile` to manage build, check, format, lint, and test commands. - Updated `dev.sh` to remove `openssl` installation steps. - Updated `.gitignore` to include `dist` directory and tarball files. - Updated `README.md` to reflect changes in build commands. - Updated `vorpal.ncl` with new `cargo_hash`. * refactor: update dependencies and remove unused packages - Updated `Cargo.lock` to remove unused dependencies and add new ones. - Changed dependencies in `cli/Cargo.toml` to disable default features and specify required features. - Modified `notary/Cargo.toml` to disable default features and specify required features. - Updated `schema/Cargo.toml` to disable default features and specify required features. - Adjusted `store/Cargo.toml` to disable default features and specify required features. - Updated `vorpal.ncl` with a new cargo hash. - Modified `worker/Cargo.toml` to disable default features and specify required features. * fix(workflow): correct syntax error in vorpal.yaml Corrected the syntax error in the vorpal.yaml file by removing an extra dollar sign in the OS environment variable assignment. * chore(workflow): update vorpal.yaml - Remove unused REGISTRY environment variable - Add prebake step before format and dist steps in the workflow
- Loading branch information