From 11bd6b4bca762e88b26269d61b184b0aeec2bfac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20H=C3=B6lting?= <87192362+moritz-hoelting@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:39:03 +0200 Subject: [PATCH] bump version to 0.1.1 - fix missing side dishes because of missing image --- Cargo.lock | 2 +- Cargo.toml | 2 +- examples/mensa-widget.html | 42 +++++++++++++++++++++++--------------- src/canteen.rs | 5 ++++- src/dish.rs | 10 +++++---- 5 files changed, 37 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e4caf7..0cecd66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1223,7 +1223,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "mensa-upb-api" -version = "0.1.0" +version = "0.1.1" dependencies = [ "actix-cors", "actix-governor", diff --git a/Cargo.toml b/Cargo.toml index fb9ca13..ace8f23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mensa-upb-api" description = "A web scraper api for the canteens of the University of Paderborn" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies] diff --git a/examples/mensa-widget.html b/examples/mensa-widget.html index 793fbdd..0d85cce 100644 --- a/examples/mensa-widget.html +++ b/examples/mensa-widget.html @@ -2,32 +2,40 @@