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

Merge pull request #149 from kamadorueda/kamadorueda

feat: release 0.3.0
This commit is contained in:
Kevin Amado 2022-02-18 18:41:10 -05:00 committed by GitHub
commit 25c8e6b759
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 21 additions and 21 deletions

10
Cargo.lock generated
View file

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "alejandra"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"clap",
"indoc",
@ -181,9 +181,9 @@ dependencies = [
[[package]]
name = "indoc"
version = "1.0.3"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136"
checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e"
dependencies = [
"unindent",
]
@ -406,9 +406,9 @@ checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
[[package]]
name = "unindent"
version = "0.1.7"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
checksum = "514672a55d7380da379785a4d70ca8386c8883ff7eaae877be4d2081cebe73d8"
[[package]]
name = "walkdir"

View file

@ -13,4 +13,4 @@ description = "The Uncompromising Nix Code Formatter"
edition = "2021"
name = "alejandra"
repository = "https://github.com/kamadorueda/alejandra"
version = "0.2.0"
version = "0.3.0"

View file

@ -11,7 +11,7 @@
outputs = inputs: let
commit = inputs.self.shortRev or "dirty";
date = inputs.self.lastModifiedDate or inputs.self.lastModified or "19700101";
version = "0.2.0+${builtins.substring 0 8 date}.${commit}";
version = "0.3.0+${builtins.substring 0 8 date}.${commit}";
nixpkgsForHost = host:
import inputs.nixpkgs {
@ -57,8 +57,7 @@
defaultPackage."x86_64-darwin" = packages."x86_64-darwin"."alejandra-x86_64-apple-darwin";
defaultPackage."x86_64-linux" = packages."x86_64-linux"."alejandra-x86_64-unknown-linux-gnu";
devShell."x86_64-linux" =
with nixpkgs."x86_64-linux";
devShell."x86_64-linux" = with nixpkgs."x86_64-linux";
mkShell {
name = "alejandra";
packages = [

12
front/Cargo.lock generated
View file

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "alejandra"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"clap",
"indoc",
@ -17,7 +17,7 @@ dependencies = [
[[package]]
name = "alejandra-front"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"alejandra",
"console_error_panic_hook",
@ -186,9 +186,9 @@ dependencies = ["autocfg", "hashbrown 0.11.2"]
[[package]]
name = "indoc"
version = "1.0.3"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136"
checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e"
dependencies = ["unindent"]
[[package]]
@ -423,9 +423,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
name = "unindent"
version = "0.1.7"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
checksum = "514672a55d7380da379785a4d70ca8386c8883ff7eaae877be4d2081cebe73d8"
[[package]]
name = "walkdir"

View file

@ -14,4 +14,4 @@ description = "The Uncompromising Nix Code Formatter"
edition = "2021"
name = "alejandra-front"
repository = "https://github.com/kamadorueda/alejandra"
version = "0.2.0"
version = "0.3.0"

6
front/flake.lock generated
View file

@ -8,11 +8,11 @@
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1645079077,
"narHash": "sha256-0dS1mkM6UaCNdixDuwj2xHyaRqhk9fXDLrfQRmOryBA=",
"lastModified": 1645165506,
"narHash": "sha256-PClhTeC1EhkHUQQmP9XyiR7y1d6hlEc7QY8nN1GuAzQ=",
"owner": "nix-community",
"repo": "fenix",
"rev": "1a1694cb7ae3708a90932e7a8a9a767c466a2976",
"rev": "380b82e3d3381b32f11dfe024cb7d135e36d0168",
"type": "github"
},
"original": {

View file

@ -30,6 +30,7 @@
];
shellHook = ''
export LD_LIBRARY_PATH=${nixpkgs.gcc.cc.lib}/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=${nixpkgs.zlib}/lib:$LD_LIBRARY_PATH
'';
};
};

View file

@ -2,7 +2,7 @@
releases=https://github.com/kamadorueda/alejandra/releases/download/
target=alejandra-aarch64-unknown-linux-musl
version=0.2.0
version=0.3.0
curl -o alejandra -L "${releases}/${version}/${target}"

View file

@ -2,7 +2,7 @@
releases=https://github.com/kamadorueda/alejandra/releases/download/
target=alejandra-x86_64-unknown-linux-musl
version=0.2.0
version=0.3.0
curl -o alejandra -L "${releases}/${version}/${target}"