mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
feat: release 0.2.0
This commit is contained in:
parent
2603db7513
commit
5a13f040d6
8 changed files with 121 additions and 192 deletions
|
@ -39,7 +39,7 @@
|
|||
let
|
||||
commit = inputs.self.shortRev or "dirty";
|
||||
date = inputs.self.lastModifiedDate or inputs.self.lastModified or "19700101";
|
||||
in "0.1.0+${builtins.substring 0 8 date}.${commit}";
|
||||
in "0.2.0+${builtins.substring 0 8 date}.${commit}";
|
||||
src = ./.;
|
||||
inherit target;
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue