1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: version 0.1.0

This commit is contained in:
Kevin Amado 2022-02-14 20:18:12 -05:00
parent 1a0d9589d0
commit 6ded43a40e
No known key found for this signature in database
GPG key ID: FFF341057F503148
9 changed files with 55 additions and 36 deletions

View file

@ -41,7 +41,7 @@
commit = inputs.self.shortRev or "dirty";
date = inputs.self.lastModifiedDate or inputs.self.lastModified or "19700101";
in
"${builtins.substring 0 8 date}_${commit}";
"0.1.0+${builtins.substring 0 8 date}.${commit}";
src = ./.;
inherit target;
cargoLock.lockFile = ./Cargo.lock;