Skip to content

Commit

Permalink
Add text2img endpoint and generate fractal
Browse files Browse the repository at this point in the history
  • Loading branch information
nieznanysprawiciel committed Sep 17, 2024
1 parent ae23b9a commit dedf2bc
Show file tree
Hide file tree
Showing 8 changed files with 692 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fmt-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
rust_stable: 1.76.0
rust_stable: 1.79.0

jobs:
check_format:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- pre-rel-*
env:
CARGO_TERM_COLOR: always
rust_stable: 1.76.0
rust_stable: 1.79.0

jobs:
release:
Expand All @@ -20,7 +20,7 @@ jobs:
os:
- ubuntu
- windows

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
rust_stable: 1.76.0
rust_stable: 1.79.0

jobs:
test:
Expand Down
Loading

0 comments on commit dedf2bc

Please sign in to comment.