diff --git a/Cargo.lock b/Cargo.lock index dea7042e..bd713f5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2282,7 +2282,7 @@ dependencies = [ [[package]] name = "kit" -version = "3.2.1" +version = "3.2.2" dependencies = [ "alloy", "alloy-sol-macro", diff --git a/Cargo.toml b/Cargo.toml index 8575f125..2509970a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kit" authors = ["Sybil Technologies AG"] -version = "3.2.1" +version = "3.2.2" edition = "2021" description = "Development toolkit for Hyperware" homepage = "https://hyperware.ai" diff --git a/src/new/templates/rust/ui/hyperapp-skeleton/.gitignore b/src/new/templates/rust/ui/hyperapp-skeleton/.gitignore index 6b6711d6..1c3a6752 100644 --- a/src/new/templates/rust/ui/hyperapp-skeleton/.gitignore +++ b/src/new/templates/rust/ui/hyperapp-skeleton/.gitignore @@ -33,3 +33,5 @@ # Temporary files *.tmp *~ + +example-apps