Skip to content

Commit c988e66

Browse files
committed
update leptosfmt
1 parent 8b523f2 commit c988e66

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ If you want the database to be persistent, you bind mount a location in. You nee
2727
There isn't a fully fleshed out example for this... Assuming you can access postgresql from the docker container:
2828

2929
```
30-
docker run --rm -p 3000:3000 -p 50332:50332 ghcr.io/dolcetriade/blade:0.1 --db_path postgres://username:password@localhost/diesel_demo
30+
docker run --rm -p 3000:3000 -p 50332:50332 ghcr.io/dolcetriade/blade:0.1 --db_path postgres://username:password@localhost/blade
3131
```
3232

33+
Note that the database must exist prior to starting blade.
34+
3335
# Building
3436

3537
## Environment

third_party/nix/leptosfmt/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
}:
66
rustPlatform.buildRustPackage rec {
77
pname = "leptosfmt";
8-
version = "0.1.17";
8+
version = "0.1.18";
99

1010
src = fetchFromGitHub {
1111
owner = "bram209";
1212
repo = pname;
1313
rev = version;
14-
hash = "sha256-LZOB0HF6Chs1BxRPqQnMQrjk2CbFR2UoVQl+W32R9yI=";
14+
hash = "sha256-bNfTZgcru7PJR/9AcaOmW0E8QwdiXcuP7MWXcDPXGso=";
1515
};
1616

17-
cargoHash = "sha256-9io8cSKwBONw8epPw5foa+/ur4VvvjQrOcj5Hse3oJ4=";
17+
cargoHash = "sha256-NQYIq9Wc2mtUGeS3Iv2e0nfQkvcX6hOxZ6FHVcHD5cs=";
1818

1919
meta = with lib; {
2020
description = "A formatter for the leptos view! macro.";

0 commit comments

Comments
 (0)